home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_oth / forchek1 / forchek.ps2 < prev    next >
Text File  |  1991-11-04  |  137KB  |  9,852 lines

  1. %!PS-Adobe-1.0
  2. %%Creator: cs.utah.edu:beebe (Nelson Beebe,220 S Phy,5254,)
  3. %%Title: stdin (ditroff)
  4. %%CreationDate: Thu Aug 22 12:36:33 1991
  5. %%EndComments
  6. % Start of psdit.pro -- prolog for ditroff translator
  7. % Copyright (c) 1985,1987 Adobe Systems Incorporated. All Rights Reserved.
  8. % GOVERNMENT END USERS: See Notice file in TranScript library directory
  9. % -- probably /usr/lib/ps/Notice
  10. % RCS: $Header: psdit.pro,v 2.2 87/11/17 16:40:42 byron Rel $
  11. /$DITroff 140 dict def $DITroff begin
  12. /fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def
  13. /xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto
  14.   /fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F
  15.   /pagesave save def}def
  16. /PB{save /psv exch def currentpoint translate
  17.   resolution 72 div dup neg scale 0 0 moveto}def
  18. /PE{psv restore}def
  19. /m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def
  20. /tan{dup sin exch cos div}bind def
  21. /point{resolution 72 div mul}bind def
  22. /dround`{transform round exch round exch itransform}bind def
  23. /xT{/devname exch def}def
  24. /xr{/mh exch def /my exch def /resolution exch def}def
  25. /xp{}def
  26. /xs{docsave restore end}def
  27. /xt{}def
  28. /xf{/fontname exch def /slotno exch def fontnames slotno get fontname eq not
  29.  {fonts slotno fontname findfont put fontnames slotno fontname put}if}def
  30. /xH{/fontheight exch def F}bind def
  31. /xS{/fontslant exch def F}bind def
  32. /s{/fontsize exch def /fontheight fontsize def F}bind def
  33. /f{/fontnum exch def F}bind def
  34. /F{fontheight 0 le {/fontheight fontsize def}if
  35.    fonts fontnum get fontsize point 0 0 fontheight point neg 0 0 m1 astore
  36.    fontslant 0 ne{1 0 fontslant tan 1 0 0 m2 astore m3 concatmatrix}if
  37.    makefont setfont .04 fontsize point mul 0 dround pop setlinewidth}bind def
  38. /X{exch currentpoint exch pop moveto show}bind def
  39. /N{3 1 roll moveto show}bind def
  40. /Y{exch currentpoint pop exch moveto show}bind def
  41. /S /show load def
  42. /ditpush{}def/ditpop{}def
  43. /AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}bind def
  44. /AN{4 2 roll moveto 0 exch ashow}bind def
  45. /AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}bind def
  46. /AS{0 exch ashow}bind def
  47. /MX{currentpoint exch pop moveto}bind def
  48. /MY{currentpoint pop exch moveto}bind def
  49. /MXY /moveto load def
  50. /cb{pop}def`% action on unknown char -- nothing for now
  51. /n{}def/w{}def
  52. /p{pop showpage pagesave restore /pagesave save def}def
  53. /abspoint{currentpoint exch pop add exch currentpoint pop add exch}def
  54. /dstroke{currentpoint stroke moveto}bind def
  55. /Dl{2 copy gsave rlineto stroke grestore rmoveto}bind def
  56. /arcellipse{oldmat currentmatrix pop
  57.  currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def
  58.  rad 0 rad -180 180 arc oldmat setmatrix}def
  59. /Dc{gsave dup /diamv exch def /diamh exch def arcellipse dstroke
  60.     grestore diamh 0 rmoveto}def
  61. /De{gsave /diamv exch def /diamh exch def arcellipse dstroke
  62.     grestore diamh 0 rmoveto}def
  63. /Da{currentpoint /by exch def /bx exch def /fy exch def /fx exch def
  64.    /cy exch def /cx exch def /rad cx cx mul cy cy mul add sqrt def
  65.    /ang1 cy neg cx neg atan def /ang2 fy fx atan def cx bx add cy by add
  66.    2 copy rad ang1 ang2 arcn stroke exch fx add exch fy add moveto}def
  67. /Barray 200 array def % 200 values in a wiggle
  68. /D~{mark}def
  69. /D~~{counttomark Barray exch 0 exch getinterval astore /Bcontrol exch def pop
  70.  /Blen Bcontrol length def Blen 4 ge Blen 2 mod 0 eq and
  71.  {Bcontrol 0 get Bcontrol 1 get abspoint /Ycont exch def /Xcont exch def
  72.   Bcontrol 0 2 copy get 2 mul put Bcontrol 1 2 copy get 2 mul put
  73.   Bcontrol Blen 2 sub 2 copy get 2 mul put
  74.   Bcontrol Blen 1 sub 2 copy get 2 mul put
  75.   /Ybi /Xbi currentpoint 3 1 roll def def 0 2 Blen 4 sub
  76.   {/i exch def
  77.    Bcontrol i get 3 div Bcontrol i 1 add get 3 div
  78.    Bcontrol i get 3 mul Bcontrol i 2 add get add 6 div
  79.    Bcontrol i 1 add get 3 mul Bcontrol i 3 add get add 6 div
  80.    /Xbi Xcont Bcontrol i 2 add get 2 div add def
  81.    /Ybi Ycont Bcontrol i 3 add get 2 div add def
  82.    /Xcont Xcont Bcontrol i 2 add get add def
  83.    /Ycont Ycont Bcontrol i 3 add get add def
  84.    Xbi currentpoint pop sub Ybi currentpoint exch pop sub rcurveto
  85.   }for dstroke}if}def
  86. end
  87. /ditstart{$DITroff begin
  88.  /nfonts 60 def```% NFONTS makedev/ditroff dependent!
  89.  /fonts[nfonts{0}repeat]def
  90.  /fontnames[nfonts{()}repeat]def
  91. /docsave save def
  92. }def
  93.  
  94. % character outcalls
  95. /oc {/pswid exch def /cc exch def /name exch def
  96.    /ditwid pswid fontsize mul resolution mul 72000 div def
  97.    /ditsiz fontsize resolution mul 72 div def
  98.    ocprocs name known{ocprocs name get exec}{name cb}
  99.    ifelse}def
  100. /fractm [.65 0 0 .6 0 0] def
  101. /fraction
  102.  {/fden exch def /fnum exch def gsave /cf currentfont def
  103.   cf fractm makefont setfont 0 .3 dm 2 copy neg rmoveto
  104.   fnum show rmoveto currentfont cf setfont(\244)show setfont fden show
  105.   grestore ditwid 0 rmoveto} def
  106. /oce {grestore ditwid 0 rmoveto}def
  107. /dm {ditsiz mul}def
  108. /ocprocs 50 dict def ocprocs begin
  109. (14){(1)(4)fraction}def
  110. (12){(1)(2)fraction}def
  111. (34){(3)(4)fraction}def
  112. (13){(1)(3)fraction}def
  113. (23){(2)(3)fraction}def
  114. (18){(1)(8)fraction}def
  115. (38){(3)(8)fraction}def
  116. (58){(5)(8)fraction}def
  117. (78){(7)(8)fraction}def
  118. (sr){gsave .05 dm .16 dm rmoveto(\326)show oce}def
  119. (is){gsave 0 .15 dm rmoveto(\362)show oce}def
  120. (->){gsave 0 .02 dm rmoveto(\256)show oce}def
  121. (<-){gsave 0 .02 dm rmoveto(\254)show oce}def
  122. (==){gsave 0 .05 dm rmoveto(\272)show oce}def
  123. end
  124. % DIThacks fonts for some special chars
  125. 50 dict dup begin
  126. /FontType 3 def
  127. /FontName /DIThacks def
  128. /FontMatrix [.001 0.0 0.0 .001 0.0 0.0] def
  129. /FontBBox [-220 -280 900 900] def% a lie but ...
  130. /Encoding 256 array def
  131. 0 1 255{Encoding exch /.notdef put}for
  132. Encoding
  133.  dup 8#040/space put %space
  134.  dup 8#110/rc put %right ceil
  135.  dup 8#111/lt put %left  top curl
  136.  dup 8#112/bv put %bold vert
  137.  dup 8#113/lk put %left  mid curl
  138.  dup 8#114/lb put %left  bot curl
  139.  dup 8#115/rt put %right top curl
  140.  dup 8#116/rk put %right mid curl
  141.  dup 8#117/rb put %right bot curl
  142.  dup 8#120/rf put %right floor
  143.  dup 8#121/lf put %left  floor
  144.  dup 8#122/lc put %left  ceil
  145.  dup 8#140/sq put %square
  146.  dup 8#141/bx put %box
  147.  dup 8#142/ci put %circle
  148.  dup 8#143/br put %box rule
  149.  dup 8#144/rn put %root extender
  150.  dup 8#145/vr put %vertical rule
  151.  dup 8#146/ob put %outline bullet
  152.  dup 8#147/bu put %bullet
  153.  dup 8#150/ru put %rule
  154.  dup 8#151/ul put %underline
  155.  pop
  156. /DITfd 100 dict def
  157. /BuildChar{0 begin
  158.  /cc exch def /fd exch def
  159.  /charname fd /Encoding get cc get def
  160.  /charwid fd /Metrics get charname get def
  161.  /charproc fd /CharProcs get charname get def
  162.  charwid 0 fd /FontBBox get aload pop setcachedevice
  163.  40 setlinewidth
  164.  newpath 0 0 moveto gsave charproc grestore
  165.  end}def
  166. /BuildChar load 0 DITfd put
  167. %/UniqueID 5 def
  168. /CharProcs 50 dict def
  169. CharProcs begin
  170. /space{}def
  171. /.notdef{}def
  172. /ru{500 0 rls}def
  173. /rn{0 750 moveto 500 0 rls}def
  174. /vr{20 800 moveto 0 -770 rls}def
  175. /bv{20 800 moveto 0 -1000 rls}def
  176. /br{20 770 moveto 0 -1040 rls}def
  177. /ul{0 -250 moveto 500 0 rls}def
  178. /ob{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath stroke}def
  179. /bu{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath fill}def
  180. /sq{80 0 rmoveto currentpoint dround newpath moveto
  181.     640 0 rlineto 0 640 rlineto -640 0 rlineto closepath stroke}def
  182. /bx{80 0 rmoveto currentpoint dround newpath moveto
  183.     640 0 rlineto 0 640 rlineto -640 0 rlineto closepath fill}def
  184. /ci{355 333 rmoveto currentpoint newpath 333 0 360 arc
  185.     50 setlinewidth stroke}def
  186.  
  187. /lt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def
  188. /lb{20 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def
  189. /rt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def
  190. /rb{20 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def
  191. /lk{20 800 moveto 20 300 -280 300 s4 arcto pop pop 1000 sub
  192.     currentpoint stroke moveto
  193.     20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
  194. /rk{20 800 moveto 20 300 320 300 s4 arcto pop pop 1000 sub
  195.     currentpoint stroke moveto
  196.     20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
  197. /lf{20 800 moveto 0 -1000 rlineto s4 0 rls}def
  198. /rf{20 800 moveto 0 -1000 rlineto s4 neg 0 rls}def
  199. /lc{20 -200 moveto 0 1000 rlineto s4 0 rls}def
  200. /rc{20 -200 moveto 0 1000 rlineto s4 neg 0 rls}def
  201. end
  202.  
  203. /Metrics 50 dict def Metrics begin
  204. /.notdef 0 def
  205. /space 500 def
  206. /ru 500 def
  207. /br 0 def
  208. /lt 250 def
  209. /lb 250 def
  210. /rt 250 def
  211. /rb 250 def
  212. /lk 250 def
  213. /rk 250 def
  214. /rc 250 def
  215. /lc 250 def
  216. /rf 250 def
  217. /lf 250 def
  218. /bv 250 def
  219. /ob 350 def
  220. /bu 350 def
  221. /ci 750 def
  222. /bx 750 def
  223. /sq 750 def
  224. /rn 500 def
  225. /ul 500 def
  226. /vr 0 def
  227. end
  228.  
  229. DITfd begin
  230. /s2 500 def /s4 250 def /s3 333 def
  231. /a4p{arcto pop pop pop pop}def
  232. /2cx{2 copy exch}def
  233. /rls{rlineto stroke}def
  234. /currx{currentpoint pop}def
  235. /dround{transform round exch round exch itransform} def
  236. end
  237. end
  238. /DIThacks exch definefont pop
  239.  
  240. ditstart
  241. (psc)xT
  242. 576 1 1 xr
  243. 1(Times-Roman)xf 1 f
  244. 2(Times-Italic)xf 2 f
  245. 3(Times-Bold)xf 3 f
  246. 4(Times-BoldItalic)xf 4 f
  247. 5(Helvetica)xf 5 f
  248. 6(Helvetica-Bold)xf 6 f
  249. 7(Courier)xf 7 f
  250. 8(Courier-Bold)xf 8 f
  251. 9(Symbol)xf 9 f
  252. 10(DIThacks)xf 10 f
  253. 10 s
  254. 1 f
  255. xi
  256. %%EndProlog
  257.  
  258. %%Page: 18 18
  259. 10 s 0 xH 0 xS 1 f
  260. 555 384(FORCHEK)N
  261. 941(\()X
  262. 981(1L)X
  263. 1083(\))X
  264. 1954(UNIX)X
  265. 2175(Programmer's)X
  266. 2654(Manual)X
  267. 3744(FORCHEK)X
  268. 4130(\()X
  269. 4170(1L)X
  270. 4272(\))X
  271. 7 f
  272. 1367 768(X)N
  273. 1463(=)X
  274. 1559(FUN\(A\))X
  275. 1 f
  276. 983 960(if)N
  277. 2 f
  278. 1057(A)X
  279. 1 f
  280. 1131(is)X
  281. 1209(not)X
  282. 1336(previously)X
  283. 1699(set.)X
  284. 1853(If)X
  285. 2 f
  286. 1932(FUN)X
  287. 1 f
  288. 2117(has)X
  289. 2249(the)X
  290. 2372(purpose)X
  291. 2651(of)X
  292. 2743(setting)X
  293. 2 f
  294. 2981(A)X
  295. 1 f
  296. 3037(,)X
  297. 3082(this)X
  298. 3221(situation)X
  299. 3520(will)X
  300. 3668(not)X
  301. 3794(be)X
  302. 3894(a)X
  303. 3954(bug.)X
  304. 4138(Gen-)X
  305. 983 1056(erally,)N
  306. 1217(however,)X
  307. 1545(it)X
  308. 1620(is)X
  309. 1704(not)X
  310. 1837(considered)X
  311. 2216(good)X
  312. 2407(style)X
  313. 2588(for)X
  314. 2712(functions)X
  315. 3040(to)X
  316. 3132(modify)X
  317. 3393(their)X
  318. 3570(arguments,)X
  319. 3954(and)X
  320. 4100(so)X
  321. 4201(the)X
  322. 983 1152(warning)N
  323. 1266(may)X
  324. 1424(be)X
  325. 1520(to)X
  326. 1602(good)X
  327. 1782(purpose.)X
  328. 983 1286(Prognosis:)N
  329. 1360(Probably)X
  330. 1669(will)X
  331. 1813(not)X
  332. 1935(be)X
  333. 2031(\256xed)X
  334. 2211(anytime)X
  335. 2489(soon.)X
  336. 843 1420(2.)N
  337. 983(Bug:)X
  338. 1187 0.2321(Used-before-set)AX
  339. 1730(message)X
  340. 2031(is)X
  341. 2113(suppressed)X
  342. 2494(for)X
  343. 2617(any)X
  344. 2762(variable)X
  345. 3050(which)X
  346. 3275(is)X
  347. 3357(used)X
  348. 3533(as)X
  349. 3629(the)X
  350. 3756(loop)X
  351. 3927(index)X
  352. 4133(in)X
  353. 4223(an)X
  354. 983 1516(implied-do)N
  355. 1361(loop,)X
  356. 1549(even)X
  357. 1727(if)X
  358. 1802(it)X
  359. 1872(was)X
  360. 2023(in)X
  361. 2111(fact)X
  362. 2258(used)X
  363. 2431(before)X
  364. 2663(being)X
  365. 2867(set)X
  366. 2982(in)X
  367. 3070(some)X
  368. 3265(earlier)X
  369. 3497(statement.)X
  370. 3870(For)X
  371. 4007(example,)X
  372. 983 1612(consider)N
  373. 2 f
  374. 1275(J)X
  375. 1 f
  376. 1331(in)X
  377. 1413(the)X
  378. 1531(statement)X
  379. 7 f
  380. 1367 1804(WRITE\(5,)N
  381. 9 f
  382. (*)S
  383. 7 f
  384. (\))S
  385. 1887(\(A\(J\),)X
  386. 2223(J=1,10\))X
  387. 1 f
  388. 983 1996(Here)N
  389. 3 f
  390. 1161(Forchek)X
  391. 1 f
  392. 1467(parses)X
  393. 1689(the)X
  394. 1808(I/O)X
  395. 1936(expression,)X
  396. 2 f
  397. 2320(A\(J\))X
  398. 1 f
  399. 2466(,)X
  400. 2507(where)X
  401. 2 f
  402. 2725(J)X
  403. 1 f
  404. 2782(is)X
  405. 2856(used,)X
  406. 3044(before)X
  407. 3271(it)X
  408. 3336(parses)X
  409. 3558(the)X
  410. 3676(implied)X
  411. 3940(loop)X
  412. 4102(where)X
  413. 2 f
  414. 983 2092(J)N
  415. 1 f
  416. 1041(is)X
  417. 1115(set.)X
  418. 1265(Normally)X
  419. 1593(this)X
  420. 1729(would)X
  421. 1950(cause)X
  422. 3 f
  423. 2150(Forchek)X
  424. 1 f
  425. 2456(to)X
  426. 2539(report)X
  427. 2752(a)X
  428. 2809(spurious)X
  429. 3101(used-before-set)X
  430. 3618(warning)X
  431. 3902(for)X
  432. 2 f
  433. 4017(J)X
  434. 1 f
  435. 4060(.)X
  436. 4121(Since)X
  437. 983 2188(this)N
  438. 1122(report)X
  439. 1338(is)X
  440. 1415(usually)X
  441. 1670(in)X
  442. 1756(error)X
  443. 1937(and)X
  444. 2077(occurs)X
  445. 2311(fairly)X
  446. 2509(commonly,)X
  447. 3 f
  448. 2895(Forchek)X
  449. 1 f
  450. 3203(suppresses)X
  451. 3569(the)X
  452. 3690(warning)X
  453. 3976(for)X
  454. 2 f
  455. 4093(J)X
  456. 1 f
  457. 4152(alto-)X
  458. 983 2284(gether.)N
  459. 983 2418(Prognosis:)N
  460. 1360(A)X
  461. 1438(future)X
  462. 1650(version)X
  463. 1906(of)X
  464. 3 f
  465. 1993(Forchek)X
  466. 1 f
  467. 2298(is)X
  468. 2371(planned)X
  469. 2645(which)X
  470. 2861(will)X
  471. 3005(handle)X
  472. 3239(implied-do)X
  473. 3610(loops)X
  474. 3803(correctly.)X
  475. 843 2552(3.)N
  476. 983(Bug:)X
  477. 1188(Variables)X
  478. 1526(used)X
  479. 1703(\(not)X
  480. 1862(as)X
  481. 1959(arguments\))X
  482. 2350(in)X
  483. 2442(statement-function)X
  484. 3073(subprograms)X
  485. 3517(do)X
  486. 3627(not)X
  487. 3759(have)X
  488. 3940(their)X
  489. 4116(usage)X
  490. 983 2648(status)N
  491. 1185(updated)X
  492. 1459(when)X
  493. 1653(the)X
  494. 1771(statement)X
  495. 2098(function)X
  496. 2385(is)X
  497. 2458(invoked.)X
  498. 983 2782(Prognosis:)N
  499. 1360(To)X
  500. 1469(be)X
  501. 1565(\256xed)X
  502. 1745(in)X
  503. 1827(a)X
  504. 1883(future)X
  505. 2095(version)X
  506. 2351(of)X
  507. 3 f
  508. 2438(Forchek)X
  509. 1 f
  510. 2723(.)X
  511. 3 f
  512. 9 s
  513. 555 2916(CONCLUSION)N
  514. 10 s
  515. 843 3012(Forchek)N
  516. 1 f
  517. 1149(was)X
  518. 1295(designed)X
  519. 1601(by)X
  520. 1702(Dr.)X
  521. 1848(Robert)X
  522. 2087(Moniot,)X
  523. 2363(professor)X
  524. 2683(at)X
  525. 2762(Fordham)X
  526. 3071(University,)X
  527. 3449(College)X
  528. 3718(at)X
  529. 3796(Lincoln)X
  530. 4065(Center.)X
  531. 843 3108(During)N
  532. 1098(the)X
  533. 1224(academic)X
  534. 1556(year)X
  535. 1723(of)X
  536. 1818(1988-1989,)X
  537. 2212(Michael)X
  538. 2502(Myers)X
  539. 2734(and)X
  540. 2877(Lucia)X
  541. 3087(Spagnuolo)X
  542. 3456(developed)X
  543. 3813(the)X
  544. 3938(program)X
  545. 4237(to)X
  546. 843 3204(perform)N
  547. 1129(the)X
  548. 1253(variable)X
  549. 1538(usage)X
  550. 1747(checks.)X
  551. 2032(During)X
  552. 2285(the)X
  553. 2409(following)X
  554. 2746(year)X
  555. 2911(it)X
  556. 2981(was)X
  557. 3132(augmented)X
  558. 3510(by)X
  559. 3616(Lois)X
  560. 3784(Bigbie)X
  561. 4023(to)X
  562. 4111(check)X
  563. 843 3300(subprogram)N
  564. 1253(arguments)X
  565. 1614(and)X
  566. 2 f
  567. 1757(COMMON)X
  568. 1 f
  569. 2140(block)X
  570. 2345(declarations.)X
  571. 2799(Brian)X
  572. 3003(Downing)X
  573. 3327(assisted)X
  574. 3602(with)X
  575. 3770(the)X
  576. 3894(implementa-)X
  577. 843 3396(tion)N
  578. 987(of)X
  579. 1074(the)X
  580. 2 f
  581. 1192(INCLUDE)X
  582. 1 f
  583. 1554(statement.)X
  584. 1921(Additional)X
  585. 2283(features)X
  586. 2558(will)X
  587. 2702(be)X
  588. 2798(added)X
  589. 3010(as)X
  590. 3097(time)X
  591. 3259(permits.)X
  592. 843 3530(We)N
  593. 985(would)X
  594. 1214(like)X
  595. 1363(to)X
  596. 1454(thank)X
  597. 1661(Markus)X
  598. 1935(Draxler)X
  599. 2210(of)X
  600. 2306(the)X
  601. 2433(University)X
  602. 2800(of)X
  603. 2896(Stuttgart,)X
  604. 3220(Greg)X
  605. 3410(Flint)X
  606. 3589(of)X
  607. 3685(Purdue)X
  608. 3941(University,)X
  609. 843 3626(Phil)N
  610. 994(Sterne)X
  611. 1222(of)X
  612. 1312(Lawrence)X
  613. 1653(Livermore)X
  614. 2015(National)X
  615. 2314(Laboratory,)X
  616. 2713(and)X
  617. 2851(Warren)X
  618. 3115(J.)X
  619. 3208(Wiscombe)X
  620. 3573(of)X
  621. 3662(NASA)X
  622. 3902(Goddard)X
  623. 4205(for)X
  624. 843 3722(reporting)N
  625. 1172(some)X
  626. 1376(bugs)X
  627. 1562(in)X
  628. 1659(Versions)X
  629. 1979(2.1)X
  630. 2114(and)X
  631. 2265(2.2.)X
  632. 2440(We)X
  633. 2587(also)X
  634. 2751(thank)X
  635. 2964(John)X
  636. 3150(Amor)X
  637. 3372(of)X
  638. 3474(the)X
  639. 3607(University)X
  640. 3980(of)X
  641. 4082(British)X
  642. 843 3818(Columbia,)N
  643. 1206(Daniel)X
  644. 1448(P.)X
  645. 1560(Giesy)X
  646. 1775(of)X
  647. 1870(NASA)X
  648. 2116(Langley)X
  649. 2407(Research)X
  650. 2730(Center,)X
  651. 2992(Hugh)X
  652. 3198(Nicholas)X
  653. 3511(of)X
  654. 3605(the)X
  655. 3730(Pittsburgh)X
  656. 4085(Super-)X
  657. 843 3914(computing)N
  658. 1209(Center,)X
  659. 1467(Dan)X
  660. 1625(Severance)X
  661. 1980(of)X
  662. 2071(Yale)X
  663. 2246(University,)X
  664. 2627(and)X
  665. 2766(Larry)X
  666. 2968(Weissman)X
  667. 3325(of)X
  668. 3415(the)X
  669. 3536(University)X
  670. 3897(of)X
  671. 3987(Washing-)X
  672. 843 4010(ton)N
  673. 968(for)X
  674. 1085(suggesting)X
  675. 1450(some)X
  676. 1641(improvements.)X
  677. 2161(Nelson)X
  678. 2410(H.)X
  679. 2530(F.)X
  680. 2636(Beebe)X
  681. 2859(of)X
  682. 2948(the)X
  683. 3068(University)X
  684. 3428(of)X
  685. 3517(Utah)X
  686. 3695(kindly)X
  687. 3921(helped)X
  688. 4157(with)X
  689. 843 4106(the)N
  690. 970(documentation,)X
  691. 1495(and)X
  692. 1640(pointed)X
  693. 1909(out)X
  694. 2040(several)X
  695. 2297(bugs)X
  696. 2477(in)X
  697. 2568(Version)X
  698. 2851(2.3.)X
  699. 3020(Reg)X
  700. 3178(Clemens)X
  701. 3487(of)X
  702. 3583(the)X
  703. 3710(Air)X
  704. 3845(Force)X
  705. 4056(Phillips)X
  706. 843 4202(Lab)N
  707. 993(in)X
  708. 1080(Albuquerque)X
  709. 1524(and)X
  710. 1665(Fritz)X
  711. 1841(Keinert)X
  712. 2107(of)X
  713. 2199(Iowa)X
  714. 2385(State)X
  715. 2570(University)X
  716. 2932(helped)X
  717. 3170(debug)X
  718. 3390(Version)X
  719. 3668(2.4.)X
  720. 3832(We)X
  721. 3968(also)X
  722. 4121(thank)X
  723. 843 4298(Jack)N
  724. 1006(Dongarra)X
  725. 1330(for)X
  726. 1444(putting)X
  727. 3 f
  728. 1690(Forchek)X
  729. 1 f
  730. 1995(into)X
  731. 2139(the)X
  732. 2257(Netlib)X
  733. 2477(library)X
  734. 2711(of)X
  735. 2798(publicly)X
  736. 3080(available)X
  737. 3390(software.)X
  738. 843 4432(For)N
  739. 974(further)X
  740. 1213(information,)X
  741. 1631(you)X
  742. 1771(may)X
  743. 1929(contact)X
  744. 2181(Dr.)X
  745. 2326(Robert)X
  746. 2564(Moniot)X
  747. 2819(at)X
  748. 2897(either)X
  749. 3100(of)X
  750. 3187(the)X
  751. 3305(following)X
  752. 3636(network)X
  753. 3919(addresses:)X
  754. 1003 4566(MONIOT@FORDMULC.BITNET)N
  755. 1003 4662(moniot@mary.fordham.edu)N
  756. 843 4796(This)N
  757. 1017(document)X
  758. 1365(is)X
  759. 1450(named)X
  760. 2 f
  761. 1696(forchek.man)X
  762. 1 f
  763. 2102(.)X
  764. 2174(The)X
  765. 3 f
  766. 2331(Forchek)X
  767. 1 f
  768. 2647(program)X
  769. 2950(can)X
  770. 3093(be)X
  771. 3200(obtained)X
  772. 3507(by)X
  773. 3618(sending)X
  774. 3898(the)X
  775. 4027(message)X
  776. 7 f
  777. 843 4892(send)N
  778. 1085(forchek)X
  779. 1471(from)X
  780. 1713(fortran)X
  781. 1 f
  782. 2071(to)X
  783. 2155(the)X
  784. 2274(Internet)X
  785. 2545(address:)X
  786. 7 f
  787. 2857(netlib@ornl.gov)X
  788. 1 f
  789. 3598(.)X
  790. 3659(Installation)X
  791. 4040(requires)X
  792. 843 4988(a)N
  793. 899(C)X
  794. 972(compiler)X
  795. 1277(for)X
  796. 1391(your)X
  797. 1558(computer.)X
  798. 555 6144(7th)N
  799. 677(Edition)X
  800. 2171(21)X
  801. 2271(August)X
  802. 2522(1991)X
  803. 4219(18)X
  804.  
  805. 18 p
  806. %%Page: 17 17
  807. 10 s 0 xH 0 xS 1 f
  808. 555 384(FORCHEK)N
  809. 941(\()X
  810. 981(1L)X
  811. 1083(\))X
  812. 1954(UNIX)X
  813. 2175(Programmer's)X
  814. 2654(Manual)X
  815. 3744(FORCHEK)X
  816. 4130(\()X
  817. 4170(1L)X
  818. 4272(\))X
  819. 843 768(7.)N
  820. 2 f
  821. 983(Important:)X
  822. 1 f
  823. 1353(the)X
  824. 1474(project-\256le)X
  825. 1849(format)X
  826. 2086(has)X
  827. 2216(been)X
  828. 2391(changed.)X
  829. 2722(Project)X
  830. 2972(\256les)X
  831. 3128(created)X
  832. 3384(by)X
  833. 3487(Version)X
  834. 3764(2.3)X
  835. 3887(are)X
  836. 4009(not)X
  837. 4134(com-)X
  838. 983 864(patible)N
  839. 1221(with)X
  840. 1383(Version)X
  841. 1657(2.4,)X
  842. 1797(and)X
  843. 1933(will)X
  844. 2077(need)X
  845. 2249(to)X
  846. 2331(be)X
  847. 2427(remade.)X
  848. 843 998(Here)N
  849. 1020(are)X
  850. 1139(the)X
  851. 1257(changes)X
  852. 1536(from)X
  853. 1712(Version)X
  854. 1986(2.2)X
  855. 2106(to)X
  856. 2188(Version)X
  857. 2462(2.3:)X
  858. 843 1132(1.)N
  859. 983(Three)X
  860. 1205(bugs)X
  861. 1390(were)X
  862. 1581(\256xed:)X
  863. 1817(Version)X
  864. 2105(2.2)X
  865. 2239(crashed)X
  866. 2519(if)X
  867. 2602(a)X
  868. 2672(real)X
  869. 2827(constant)X
  870. 3128(exceeding)X
  871. 3488(the)X
  872. 3620(magnitude)X
  873. 3991(limit)X
  874. 4174(was)X
  875. 983 1228(encountered;)N
  876. 1425(the)X
  877. 1550(computation)X
  878. 1977(of)X
  879. 2071(hash)X
  880. 2245(codes)X
  881. 2455(was)X
  882. 2607(not)X
  883. 2736(portable)X
  884. 3026(to)X
  885. 3115(64-bit)X
  886. 3333(machines;)X
  887. 3685(and)X
  888. 3828(spurious)X
  889. 4125(used-)X
  890. 983 1324(before-set)N
  891. 1326(messages)X
  892. 1650(were)X
  893. 1828(generated)X
  894. 2161(by)X
  895. 2261(statement)X
  896. 2588(functions.)X
  897. 2946(We)X
  898. 3078(thank)X
  899. 3276(Greg)X
  900. 3457(Flint)X
  901. 3627(of)X
  902. 3714(Purdue)X
  903. 3961(University)X
  904. 983 1420(and)N
  905. 1119(Warren)X
  906. 1381(J.)X
  907. 1472(Wiscombe)X
  908. 1835(of)X
  909. 1922(NASA)X
  910. 2160(Goddard)X
  911. 2461(for)X
  912. 2575(pointing)X
  913. 2861(some)X
  914. 3050(of)X
  915. 3137(these)X
  916. 3322(out.)X
  917. 843 1554(2.)N
  918. 983(Allow)X
  919. 1203(complex)X
  920. 1499(constants)X
  921. 1817(in)X
  922. 1899(expressions.)X
  923. 843 1688(3.)N
  924. 983(Allow)X
  925. 2 f
  926. 1203(DO)X
  927. 1 f
  928. 1326(...)X
  929. 2 f
  930. 1426(ENDDO)X
  931. 1 f
  932. 1722(structure)X
  933. 843 1822(4.)N
  934. 983(Allow)X
  935. 2 f
  936. 1203(TYPE)X
  937. 1 f
  938. 1409(statement.)X
  939. 843 1956(5.)N
  940. 983(Allow)X
  941. 1203(underscores)X
  942. 1607(in)X
  943. 1689(variable)X
  944. 1968(names.)X
  945. 843 2090(6.)N
  946. 983(Allow)X
  947. 1203(inline)X
  948. 1405(comments.)X
  949. 843 2224(7.)N
  950. 983(Provide)X
  951. 1252(project-\256le)X
  952. 1624(capability.)X
  953. 843 2358(8.)N
  954. 983(Suppress)X
  955. 1292(used-before-set)X
  956. 1808(messages)X
  957. 2131(for)X
  958. 2245(implied-do)X
  959. 2616(index)X
  960. 2814(\(see)X
  961. 2964(Bugs)X
  962. 3148(section\).)X
  963. 3 f
  964. 9 s
  965. 555 2492(BUGS)N
  966. 10 s
  967. 843 2588(Forchek)N
  968. 1 f
  969. 1157(still)X
  970. 1305(has)X
  971. 1441(much)X
  972. 1648(room)X
  973. 1846(for)X
  974. 1969(improvement.)X
  975. 2465(Your)X
  976. 2659(feedback)X
  977. 2979(is)X
  978. 3061(appreciated.)X
  979. 3501(We)X
  980. 3641(want)X
  981. 3825(to)X
  982. 3915(know)X
  983. 4121(about)X
  984. 843 2684(any)N
  985. 989(bugs)X
  986. 1170(you)X
  987. 1320(notice.)X
  988. 1586(Bugs)X
  989. 1780(include)X
  990. 2046(not)X
  991. 2178(only)X
  992. 2350(cases)X
  993. 2550(in)X
  994. 2642(which)X
  995. 3 f
  996. 2867(Forchek)X
  997. 1 f
  998. 3181(issues)X
  999. 3401(an)X
  1000. 3506(error)X
  1001. 3692(message)X
  1002. 3993(where)X
  1003. 4219(no)X
  1004. 843 2780(error)N
  1005. 1024(exists,)X
  1006. 1250(but)X
  1007. 1376(also)X
  1008. 1528(if)X
  1009. 3 f
  1010. 1600(Forchek)X
  1011. 1 f
  1012. 1908(fails)X
  1013. 2069(to)X
  1014. 2154(issue)X
  1015. 2337(a)X
  1016. 2396(warning)X
  1017. 2682(when)X
  1018. 2879(it)X
  1019. 2946(ought)X
  1020. 3151(to.)X
  1021. 3276(Note,)X
  1022. 3475(however,)X
  1023. 3795(that)X
  1024. 3 f
  1025. 3938(Forchek)X
  1026. 1 f
  1027. 4246(is)X
  1028. 843 2876(not)N
  1029. 967(intended)X
  1030. 1265(to)X
  1031. 1349(catch)X
  1032. 1541(all)X
  1033. 1643(syntax)X
  1034. 1873(errors.)X
  1035. 2122(Also,)X
  1036. 2314(it)X
  1037. 2379(is)X
  1038. 2453(not)X
  1039. 2576(considered)X
  1040. 2945(a)X
  1041. 3002(bug)X
  1042. 3143(for)X
  1043. 3258(a)X
  1044. 3315(variable)X
  1045. 3595(to)X
  1046. 3678(be)X
  1047. 3775(reported)X
  1048. 4064(as)X
  1049. 4152(used)X
  1050. 843 2972(before)N
  1051. 1071(set,)X
  1052. 1202(if)X
  1053. 1273(the)X
  1054. 1393(reason)X
  1055. 1625(is)X
  1056. 1700(that)X
  1057. 1842(the)X
  1058. 1962(usage)X
  1059. 2167(of)X
  1060. 2256(the)X
  1061. 2376(variable)X
  1062. 2657(occurs)X
  1063. 2889(prior)X
  1064. 3067(in)X
  1065. 3151(the)X
  1066. 3271(text)X
  1067. 3413(to)X
  1068. 3497(where)X
  1069. 3716(the)X
  1070. 3836(variable)X
  1071. 4116(is)X
  1072. 4190(set.)X
  1073. 843 3068(For)N
  1074. 991(instance,)X
  1075. 1311(this)X
  1076. 1463(could)X
  1077. 1678(occur)X
  1078. 1894(when)X
  1079. 2105(a)X
  1080. 2 f
  1081. 2178(GOTO)X
  1082. 1 f
  1083. 2433(causes)X
  1084. 2680(execution)X
  1085. 3029(to)X
  1086. 3128(loop)X
  1087. 3307(backward)X
  1088. 3657(to)X
  1089. 3756(some)X
  1090. 3961(previously)X
  1091. 843 3164(skipped)N
  1092. 1122(statements.)X
  1093. 3 f
  1094. 1530(Forchek)X
  1095. 1 f
  1096. 1845(does)X
  1097. 2022(not)X
  1098. 2154(analyze)X
  1099. 2429(the)X
  1100. 2556(program)X
  1101. 2857(\257ow,)X
  1102. 3048(but)X
  1103. 3179(assumes)X
  1104. 3475(that)X
  1105. 3624(statements)X
  1106. 3991(occurring)X
  1107. 843 3260(earlier)N
  1108. 1069(in)X
  1109. 1151(the)X
  1110. 1269(text)X
  1111. 1409(are)X
  1112. 1528(executed)X
  1113. 1834(before)X
  1114. 2060(the)X
  1115. 2178(following)X
  1116. 2509(ones.)X
  1117. 843 3394(We)N
  1118. 981(especially)X
  1119. 1327(want)X
  1120. 1508(to)X
  1121. 1595(know)X
  1122. 1798(if)X
  1123. 3 f
  1124. 1872(Forchek)X
  1125. 1 f
  1126. 2182(crashes)X
  1127. 2444(for)X
  1128. 2563(any)X
  1129. 2704(reason.)X
  1130. 2979(It)X
  1131. 3053(is)X
  1132. 3131(not)X
  1133. 3258(supposed)X
  1134. 3581(to)X
  1135. 3668(crash,)X
  1136. 3883(even)X
  1137. 4060(on)X
  1138. 4165(pro-)X
  1139. 843 3490(grams)N
  1140. 1064(with)X
  1141. 1231(syntax)X
  1142. 1465(errors.)X
  1143. 1718(Suggestions)X
  1144. 2129(are)X
  1145. 2252(welcomed)X
  1146. 2606(for)X
  1147. 2724(additional)X
  1148. 3068(features)X
  1149. 3347(which)X
  1150. 3567(you)X
  1151. 3711(would)X
  1152. 3935(\256nd)X
  1153. 4083(useful.)X
  1154. 843 3586(Tell)N
  1155. 995(us)X
  1156. 1089(if)X
  1157. 1160(any)X
  1158. 1298(of)X
  1159. 3 f
  1160. 1387(Forchek)X
  1161. 1 f
  1162. 1672('s)X
  1163. 1752(messages)X
  1164. 2077(are)X
  1165. 2198(incomprehensible.)X
  1166. 2830(Comments)X
  1167. 3198(on)X
  1168. 3300(the)X
  1169. 3420(readability)X
  1170. 3785(and)X
  1171. 3923(accuracy)X
  1172. 4232(of)X
  1173. 843 3682(this)N
  1174. 978(document)X
  1175. 1314(are)X
  1176. 1433(also)X
  1177. 1582(welcome.)X
  1178. 843 3816(You)N
  1179. 1010(may)X
  1180. 1177(also)X
  1181. 1335(suggest)X
  1182. 1604(support)X
  1183. 1873(for)X
  1184. 1995(additional)X
  1185. 2343(extensions)X
  1186. 2709(to)X
  1187. 2799(the)X
  1188. 2925(Fortran)X
  1189. 3189(language.)X
  1190. 3547(These)X
  1191. 3767(will)X
  1192. 3919(be)X
  1193. 4023(included)X
  1194. 843 3912(only)N
  1195. 1005(if)X
  1196. 1074(it)X
  1197. 1138(is)X
  1198. 1211(felt)X
  1199. 1338(that)X
  1200. 1478(the)X
  1201. 1596(extensions)X
  1202. 1954(are)X
  1203. 2073(suf\256ciently)X
  1204. 2453(widely)X
  1205. 2691(accepted)X
  1206. 2993(by)X
  1207. 3093(compilers.)X
  1208. 843 4046(If)N
  1209. 931(you)X
  1210. 1085(\256nd)X
  1211. 1243(a)X
  1212. 1313(bug)X
  1213. 1467(in)X
  1214. 3 f
  1215. 1563(Forchek)X
  1216. 1 f
  1217. 1848(,)X
  1218. 1901(\256rst)X
  1219. 2058(consult)X
  1220. 2322(the)X
  1221. 2453(list)X
  1222. 2583(of)X
  1223. 2683(known)X
  1224. 2934(bugs)X
  1225. 3118(below)X
  1226. 3347(to)X
  1227. 3442(see)X
  1228. 3578(if)X
  1229. 3660(it)X
  1230. 3737(has)X
  1231. 3877(already)X
  1232. 4147(been)X
  1233. 843 4142(reported.)N
  1234. 1175(Also)X
  1235. 1350(check)X
  1236. 1562(the)X
  1237. 1684(section)X
  1238. 1935(entitled)X
  1239. 2198("Limitations)X
  1240. 2622(and)X
  1241. 2761(Extensions")X
  1242. 3168(above)X
  1243. 3383(for)X
  1244. 3500(restrictions)X
  1245. 3879(that)X
  1246. 4022(could)X
  1247. 4223(be)X
  1248. 843 4238(causing)N
  1249. 1110(the)X
  1250. 1230(problem.)X
  1251. 1559(If)X
  1252. 1635(you)X
  1253. 1777(do)X
  1254. 1879(not)X
  1255. 2003(\256nd)X
  1256. 2149(the)X
  1257. 2269(problem)X
  1258. 2558(documented)X
  1259. 2972(in)X
  1260. 3056(either)X
  1261. 3261(place,)X
  1262. 3473(then)X
  1263. 3633(send)X
  1264. 3802(a)X
  1265. 3859(report)X
  1266. 4072(includ-)X
  1267. 843 4334(ing)N
  1268. 843 4468(1.)N
  1269. 983(The)X
  1270. 1128(operating)X
  1271. 1451(system)X
  1272. 1693(and)X
  1273. 1829(CPU)X
  1274. 2004(type)X
  1275. 2162(on)X
  1276. 2262(which)X
  1277. 3 f
  1278. 2478(Forchek)X
  1279. 1 f
  1280. 2783(is)X
  1281. 2856(running.)X
  1282. 843 4602(2.)N
  1283. 983(The)X
  1284. 1128(version)X
  1285. 1384(of)X
  1286. 3 f
  1287. 1471(Forchek)X
  1288. 1 f
  1289. 1756(.)X
  1290. 843 4736(3.)N
  1291. 983(A)X
  1292. 1061(brief)X
  1293. 1233(description)X
  1294. 1609(of)X
  1295. 1696(the)X
  1296. 1814(bug.)X
  1297. 843 4870(4.)N
  1298. 983(If)X
  1299. 1057(possible,)X
  1300. 1359(a)X
  1301. 1415(small)X
  1302. 1608(sample)X
  1303. 1855(program)X
  1304. 2147(showing)X
  1305. 2438(the)X
  1306. 2556(bug.)X
  1307. 843 5004(The)N
  1308. 988(report)X
  1309. 1200(should)X
  1310. 1433(be)X
  1311. 1529(sent)X
  1312. 1678(to)X
  1313. 1760(either)X
  1314. 1963(of)X
  1315. 2050(the)X
  1316. 2168(following)X
  1317. 2499(addresses:)X
  1318. 1003 5138(MONIOT@FORDMULC.BITNET)N
  1319. 1003 5234(moniot@mary.fordham.edu)N
  1320. 843 5368(Highest)N
  1321. 1113(priority)X
  1322. 1374(will)X
  1323. 1519(be)X
  1324. 1616(given)X
  1325. 1815(to)X
  1326. 1898(bugs)X
  1327. 2070(which)X
  1328. 2286(cause)X
  1329. 3 f
  1330. 2485(Forchek)X
  1331. 1 f
  1332. 2790(to)X
  1333. 2872(crash.)X
  1334. 3102(Bugs)X
  1335. 3286(involving)X
  1336. 3612(incorrect)X
  1337. 3918(warnings)X
  1338. 4232(or)X
  1339. 843 5464(error)N
  1340. 1020(messages)X
  1341. 1343(may)X
  1342. 1501(take)X
  1343. 1655(longer)X
  1344. 1880(to)X
  1345. 1962(\256x.)X
  1346. 843 5598(The)N
  1347. 988(following)X
  1348. 1319(is)X
  1349. 1392(a)X
  1350. 1448(list)X
  1351. 1565(of)X
  1352. 1652(known)X
  1353. 1890(bugs.)X
  1354. 843 5732(1.)N
  1355. 983(Bug:)X
  1356. 1181(Functions)X
  1357. 1519(which)X
  1358. 1737(modify)X
  1359. 1990(their)X
  1360. 2159(arguments)X
  1361. 2515(may)X
  1362. 2675(cause)X
  1363. 2876(used-before-set)X
  1364. 3394(warning.)X
  1365. 3719(For)X
  1366. 3852(example,)X
  1367. 2 f
  1368. 4166(A)X
  1369. 1 f
  1370. 4237(in)X
  1371. 983 5828(the)N
  1372. 1101(statement)X
  1373. 555 6212(7th)N
  1374. 677(Edition)X
  1375. 2171(21)X
  1376. 2271(August)X
  1377. 2522(1991)X
  1378. 4219(17)X
  1379.  
  1380. 18 p
  1381. %%Page: 16 16
  1382. 10 s 0 xH 0 xS 1 f
  1383. 555 384(FORCHEK)N
  1384. 941(\()X
  1385. 981(1L)X
  1386. 1083(\))X
  1387. 1954(UNIX)X
  1388. 2175(Programmer's)X
  1389. 2654(Manual)X
  1390. 3744(FORCHEK)X
  1391. 4130(\()X
  1392. 4170(1L)X
  1393. 4272(\))X
  1394. 1131 768(Variable)N
  1395. 1437(names)X
  1396. 1671(may)X
  1397. 1838(contain)X
  1398. 2103(underscores,)X
  1399. 2536(which)X
  1400. 2761(are)X
  1401. 2889(treated)X
  1402. 3137(the)X
  1403. 3264(same)X
  1404. 3457(as)X
  1405. 3552(alphabetic)X
  1406. 3910(letters.)X
  1407. 4174(The)X
  1408. 1131 864(VAX)N
  1409. 1329(version)X
  1410. 1589(of)X
  1411. 3 f
  1412. 1680(Forchek)X
  1413. 1 f
  1414. 1989(also)X
  1415. 2142(allows)X
  1416. 2375(dollar)X
  1417. 2586(signs)X
  1418. 2774(in)X
  1419. 2860(variable)X
  1420. 3143(names,)X
  1421. 3391(but)X
  1422. 3516(not)X
  1423. 3641(as)X
  1424. 3731(the)X
  1425. 3852(initial)X
  1426. 4061(charac-)X
  1427. 1131 960(ter.)N
  1428. 1131 1094(The)N
  1429. 2 f
  1430. 1277(DO)X
  1431. 1 f
  1432. 1400(...)X
  1433. 2 f
  1434. 1501(ENDDO)X
  1435. 1 f
  1436. 1798(control)X
  1437. 2046(structure)X
  1438. 2348(is)X
  1439. 2422(permitted.)X
  1440. 2790(The)X
  1441. 2936(syntax)X
  1442. 3165(which)X
  1443. 3381(is)X
  1444. 3454(recognized)X
  1445. 3827(is)X
  1446. 3900(according)X
  1447. 4237(to)X
  1448. 1131 1190(either)N
  1449. 1334(of)X
  1450. 1421(the)X
  1451. 1539(following)X
  1452. 1870(two)X
  1453. 2010(forms:)X
  1454. 7 f
  1455. 1531 1286(DO)N
  1456. 1 f
  1457. 1647([)X
  1458. 2 f
  1459. 1674(label)X
  1460. 1 f
  1461. 1854([)X
  1462. 7 f
  1463. 1881(,)X
  1464. 1 f
  1465. (]])S
  1466. 2 f
  1467. 2003(var)X
  1468. 7 f
  1469. 2158(=)X
  1470. 2 f
  1471. 2226(expr)X
  1472. 7 f
  1473. 2417(,)X
  1474. 2 f
  1475. 2485(expr)X
  1476. 1 f
  1477. 2648([)X
  1478. 7 f
  1479. 2675(,)X
  1480. 2 f
  1481. 2743(expr)X
  1482. 1 f
  1483. 2886(])X
  1484. 1551 1382(...)N
  1485. 7 f
  1486. 1531 1478(END)N
  1487. 1723(DO)X
  1488. 1 f
  1489. 1131 1574(or)N
  1490. 7 f
  1491. 1531 1670(DO)N
  1492. 1 f
  1493. 1647([)X
  1494. 2 f
  1495. 1674(label)X
  1496. 1 f
  1497. 1854([)X
  1498. 7 f
  1499. 1881(,)X
  1500. 1 f
  1501. (]])S
  1502. 7 f
  1503. 2031(WHILE)X
  1504. 2319(\()X
  1505. 2 f
  1506. 2387(expr)X
  1507. 7 f
  1508. 2578(\))X
  1509. 1 f
  1510. 1551 1766(...)N
  1511. 7 f
  1512. 1531 1862(END)N
  1513. 1723(DO)X
  1514. 1 f
  1515. 1131 1958(where)N
  1516. 1348(square)X
  1517. 1578(brackets)X
  1518. 1866(indicate)X
  1519. 2140(optional)X
  1520. 2422(elements.)X
  1521. 1131 2092(The)N
  1522. 2 f
  1523. 1276(ACCEPT)X
  1524. 1 f
  1525. 1593(and)X
  1526. 2 f
  1527. 1729(TYPE)X
  1528. 1 f
  1529. 1935(statements)X
  1530. 2293(are)X
  1531. 2412(permitted,)X
  1532. 2759(with)X
  1533. 2921(the)X
  1534. 3039(same)X
  1535. 3224(syntax)X
  1536. 3453(as)X
  1537. 2 f
  1538. 3540(PRINT)X
  1539. 1 f
  1540. 3769(.)X
  1541. 1131 2226(Statements)N
  1542. 1502(may)X
  1543. 1660(have)X
  1544. 1832(any)X
  1545. 1968(number)X
  1546. 2233(of)X
  1547. 2320(continuation)X
  1548. 2740(lines.)X
  1549. 2951(The)X
  1550. 3096(standard)X
  1551. 3388(allows)X
  1552. 3617(a)X
  1553. 3673(maximum)X
  1554. 4017(of)X
  1555. 4104(19.)X
  1556. 1131 2360(Inline)N
  1557. 1338(comments,)X
  1558. 1707(beginning)X
  1559. 2047(with)X
  1560. 2209(an)X
  1561. 2305(exclamation)X
  1562. 2717(mark,)X
  1563. 2922(are)X
  1564. 3041(permitted.)X
  1565. 1131 2494(The)N
  1566. 2 f
  1567. 1281(IMPLICIT)X
  1568. 1644(NONE)X
  1569. 1 f
  1570. 1882(statement)X
  1571. 2214(is)X
  1572. 2292(supported.)X
  1573. 2673(The)X
  1574. 2823(meaning)X
  1575. 3123(of)X
  1576. 3214(this)X
  1577. 3353(statement)X
  1578. 3684(is)X
  1579. 3761(that)X
  1580. 3905(all)X
  1581. 4009(variables)X
  1582. 1131 2590(must)N
  1583. 1311(have)X
  1584. 1487(their)X
  1585. 1658(data)X
  1586. 1816(types)X
  1587. 2009(explicitly)X
  1588. 2335(declared.)X
  1589. 2672(Rather)X
  1590. 2910(than)X
  1591. 3072(\257ag)X
  1592. 3216(the)X
  1593. 3338 0.3125(occurrences)AX
  1594. 3747(of)X
  1595. 3838(such)X
  1596. 4009(variables)X
  1597. 1131 2686(with)N
  1598. 1297(syntax)X
  1599. 1530(error)X
  1600. 1711(messages,)X
  1601. 3 f
  1602. 2058(Forchek)X
  1603. 1 f
  1604. 2366(waits)X
  1605. 2558(till)X
  1606. 2669(the)X
  1607. 2790(end)X
  1608. 2929(of)X
  1609. 3019(the)X
  1610. 3140(module,)X
  1611. 3423(and)X
  1612. 3562(then)X
  1613. 3723(prints)X
  1614. 3928(out)X
  1615. 4053(a)X
  1616. 4112(list)X
  1617. 4232(of)X
  1618. 1131 2782(all)N
  1619. 1231(undeclared)X
  1620. 1604(variables.)X
  1621. 1131 2916(Data)N
  1622. 1308(types)X
  1623. 2 f
  1624. 1502(INTEGER)X
  1625. 1 f
  1626. 1838(,)X
  1627. 2 f
  1628. 1883(REAL)X
  1629. 1 f
  1630. 2081(,)X
  1631. 2 f
  1632. 2126(COMPLEX)X
  1633. 1 f
  1634. 2502(,)X
  1635. 2547(and)X
  1636. 2 f
  1637. 2688(LOGICAL)X
  1638. 1 f
  1639. 3046(are)X
  1640. 3170(allowed)X
  1641. 3449(to)X
  1642. 3536(have)X
  1643. 3713(an)X
  1644. 3813(optional)X
  1645. 4099(length)X
  1646. 1131 3012(speci\256cation)N
  1647. 1557(in)X
  1648. 1640(type)X
  1649. 1799(declarations.)X
  1650. 2248(For)X
  1651. 2380(instance,)X
  1652. 2684(REAL)X
  1653. 9 f
  1654. 2893(*)X
  1655. 1 f
  1656. (8)S
  1657. 2993(means)X
  1658. 3218(an)X
  1659. 3314(8-byte)X
  1660. 3539(\257oating)X
  1661. 3803(point)X
  1662. 3987(data)X
  1663. 4141(type.)X
  1664. 1131 3108(The)N
  1665. 1284(REAL)X
  1666. 9 f
  1667. 1493(*)X
  1668. 1 f
  1669. (8)S
  1670. 1601(datatype)X
  1671. 1901(is)X
  1672. 1982(interpreted)X
  1673. 2358(by)X
  1674. 3 f
  1675. 2466(Forchek)X
  1676. 1 f
  1677. 2779(as)X
  1678. 2874(equivalent)X
  1679. 3236(to)X
  1680. 2 f
  1681. 3325(DOUBLE)X
  1682. 3668(PRECISION)X
  1683. 1 f
  1684. 4080(.)X
  1685. 3 f
  1686. 4147(For-)X
  1687. 1131 3204(chek)N
  1688. 1 f
  1689. 1319(ignores)X
  1690. 1583(length)X
  1691. 1811(speci\256cations)X
  1692. 2275(on)X
  1693. 2382(all)X
  1694. 2489(other)X
  1695. 2681(types.)X
  1696. 2917(The)X
  1697. 3069(standard)X
  1698. 3368(allows)X
  1699. 3604(a)X
  1700. 3667(length)X
  1701. 3894(speci\256cation)X
  1702. 1131 3300(only)N
  1703. 1293(for)X
  1704. 2 f
  1705. 1407(CHARACTER)X
  1706. 1 f
  1707. 1880(data.)X
  1708. 3 f
  1709. 1131 3434(Forchek)N
  1710. 1 f
  1711. 1447(permits)X
  1712. 1718(the)X
  1713. 2 f
  1714. 1847(INCLUDE)X
  1715. 1 f
  1716. 2220(statement,)X
  1717. 2578(which)X
  1718. 2805(causes)X
  1719. 3046(inclusion)X
  1720. 3369(of)X
  1721. 3466(the)X
  1722. 3594(text)X
  1723. 3744(of)X
  1724. 3841(the)X
  1725. 3969(given)X
  1726. 4177(\256le.)X
  1727. 1131 3530(The)N
  1728. 1276(syntax)X
  1729. 1505(is)X
  1730. 7 f
  1731. 1531 3626(INCLUDE)N
  1732. 1915(')X
  1733. 2 f
  1734. (\256lename)S
  1735. 7 f
  1736. 2235(')X
  1737. 1 f
  1738. 1131 3760(When)N
  1739. 1349(compiled)X
  1740. 1673(for)X
  1741. 1793(VMS,)X
  1742. 3 f
  1743. 2012(Forchek)X
  1744. 1 f
  1745. 2323(will)X
  1746. 2473(assume)X
  1747. 2734(a)X
  1748. 2795(default)X
  1749. 3043(extension)X
  1750. 3375(of)X
  1751. 2 f
  1752. 3467(.)X
  1753. 3500(for)X
  1754. 1 f
  1755. 3618(if)X
  1756. 3692(no)X
  1757. 3797(\256lename)X
  1758. 4098(exten-)X
  1759. 1131 3856(sion)N
  1760. 1317(is)X
  1761. 1422(given.)X
  1762. 1692(Also)X
  1763. 1895(for)X
  1764. 2041(compatibility)X
  1765. 2519(with)X
  1766. 2713(VMS,)X
  1767. 2958(the)X
  1768. 3108(VMS)X
  1769. 3333(version)X
  1770. 3621(allows)X
  1771. 3882(the)X
  1772. 4032(quali\256er)X
  1773. 7 f
  1774. 1131 3952(/[NO]LIST)N
  1775. 1 f
  1776. 1584(following)X
  1777. 1915(the)X
  1778. 2033(\256lename,)X
  1779. 2349(to)X
  1780. 2431(control)X
  1781. 2678(the)X
  1782. 2796(listing)X
  1783. 3015(of)X
  1784. 3102(the)X
  1785. 3220(included)X
  1786. 3516(\256le.)X
  1787. 3678(There)X
  1788. 3886(is)X
  1789. 3959(no)X
  1790. 4059(support)X
  1791. 1131 4048(for)N
  1792. 1245(including)X
  1793. 1567(VMS)X
  1794. 1760(text)X
  1795. 1900(modules.)X
  1796. 1131 4182(At)N
  1797. 1235(this)X
  1798. 1374(time,)X
  1799. 1560(diagnostic)X
  1800. 1913(output)X
  1801. 2141(relating)X
  1802. 2410(to)X
  1803. 2496(items)X
  1804. 2693(contained)X
  1805. 3028(in)X
  1806. 3113(include)X
  1807. 3372(\256les)X
  1808. 3528(is)X
  1809. 3604(minimal.)X
  1810. 3933(Only)X
  1811. 4116(infor-)X
  1812. 1131 4278(mation)N
  1813. 1385(about)X
  1814. 1595(the)X
  1815. 1725(location)X
  1816. 2015(in)X
  1817. 2109(the)X
  1818. 2239(include)X
  1819. 2507(\256le)X
  1820. 2641(is)X
  1821. 2726(given.)X
  1822. 2976(There)X
  1823. 3196(is)X
  1824. 3281(no)X
  1825. 3393(traceback)X
  1826. 3734(giving)X
  1827. 3969(the)X
  1828. 4098(parent)X
  1829. 1131 4374(\256le\(s\),)N
  1830. 1358(although)X
  1831. 1658(usually)X
  1832. 1909(this)X
  1833. 2044(can)X
  1834. 2176(be)X
  1835. 2272(inferred)X
  1836. 2547(from)X
  1837. 2723(the)X
  1838. 2841(context.)X
  1839. 3 f
  1840. 9 s
  1841. 555 4508(NEW)N
  1842. 745(FEATURES)X
  1843. 1 f
  1844. 10 s
  1845. 843 4604(Here)N
  1846. 1020(are)X
  1847. 1139(the)X
  1848. 1257(changes)X
  1849. 1536(from)X
  1850. 1712(Version)X
  1851. 1986(2.3)X
  1852. 2106(to)X
  1853. 2188(Version)X
  1854. 2462(2.4:)X
  1855. 843 4738(1.)N
  1856. 983(Fixed)X
  1857. 1197(bugs:)X
  1858. 1422(the)X
  1859. 2 f
  1860. 1552(SAVE)X
  1861. 1 f
  1862. 1771(statement)X
  1863. 2110(was)X
  1864. 2267(incorrectly)X
  1865. 2647(parsed,)X
  1866. 2909(a)X
  1867. 2 f
  1868. 2977(CALL)X
  1869. 1 f
  1870. 3199(of)X
  1871. 3298(a)X
  1872. 3366(user)X
  1873. 3532(function)X
  1874. 3831(with)X
  1875. 4005(the)X
  1876. 4134(same)X
  1877. 983 4834(name)N
  1878. 1182(as)X
  1879. 1274(an)X
  1880. 1375(intrinsic)X
  1881. 1662(function)X
  1882. 1954(assumed)X
  1883. 2255(by)X
  1884. 2360(default)X
  1885. 2608(to)X
  1886. 2695(refer)X
  1887. 2873(to)X
  1888. 2960(the)X
  1889. 3083(intrinsic)X
  1890. 3370(function,)X
  1891. 3682(and)X
  1892. 3822(adjustable-size)X
  1893. 983 4930(arrays)N
  1894. 1214(passed)X
  1895. 1462(as)X
  1896. 1563(arguments)X
  1897. 1931(were)X
  1898. 2122(not)X
  1899. 2258(correctly)X
  1900. 2578(checked.)X
  1901. 2916(Also,)X
  1902. 3121(the)X
  1903. 3253(usage)X
  1904. 3470(of)X
  1905. 3571(variables)X
  1906. 3895(in)X
  1907. 3990(some)X
  1908. 4192(I/O)X
  1909. 983 5026(control-list)N
  1910. 1354(speci\256ers)X
  1911. 1677(was)X
  1912. 1822(handled)X
  1913. 2096(incorrectly.)X
  1914. 843 5160(2.)N
  1915. 983(New)X
  1916. 1155(options)X
  1917. 3 f
  1918. 9 f
  1919. 1410(-)X
  1920. 3 f
  1921. 1454(declare)X
  1922. 1 f
  1923. 1704(,)X
  1924. 3 f
  1925. 9 f
  1926. 1744(-)X
  1927. 3 f
  1928. 1788(f77)X
  1929. 1 f
  1930. 1895(,)X
  1931. 3 f
  1932. 9 f
  1933. 1935(-)X
  1934. 3 f
  1935. 1979(linebreak)X
  1936. 1 f
  1937. 2323(and)X
  1938. 3 f
  1939. 9 f
  1940. 2459(-)X
  1941. 3 f
  1942. 2503(verbose)X
  1943. 1 f
  1944. 2766(.)X
  1945. 843 5294(3.)N
  1946. 983(Allow)X
  1947. 1203(embedded)X
  1948. 1553(space)X
  1949. 1752(in)X
  1950. 1834(numeric)X
  1951. 2117(constants.)X
  1952. 843 5428(4.)N
  1953. 983(Support)X
  1954. 2 f
  1955. 1256(ACCEPT)X
  1956. 1 f
  1957. 1560(,)X
  1958. 2 f
  1959. 1600(IMPLICIT)X
  1960. 1958(NONE)X
  1961. 1 f
  1962. 2191(and)X
  1963. 2 f
  1964. 2327(INCLUDE)X
  1965. 1 f
  1966. 2689(statements.)X
  1967. 843 5562(5.)N
  1968. 983(Analyze)X
  1969. 2 f
  1970. 1271(EQUIVALENCE)X
  1971. 1 f
  1972. 1829(statements.)X
  1973. 843 5696(6.)N
  1974. 983(Common)X
  1975. 1300(block)X
  1976. 1498(checking)X
  1977. 1808(levels)X
  1978. 2015(1)X
  1979. 2075(and)X
  1980. 2211(2.)X
  1981. 555 6144(7th)N
  1982. 677(Edition)X
  1983. 2171(21)X
  1984. 2271(August)X
  1985. 2522(1991)X
  1986. 4219(16)X
  1987.  
  1988. 17 p
  1989. %%Page: 15 15
  1990. 10 s 0 xH 0 xS 1 f
  1991. 555 384(FORCHEK)N
  1992. 941(\()X
  1993. 981(1L)X
  1994. 1083(\))X
  1995. 1954(UNIX)X
  1996. 2175(Programmer's)X
  1997. 2654(Manual)X
  1998. 3744(FORCHEK)X
  1999. 4130(\()X
  2000. 4170(1L)X
  2001. 4272(\))X
  2002. 3 f
  2003. 9 s
  2004. 555 768(LIMITATIONS)N
  2005. 1069(AND)X
  2006. 1243(EXTENSIONS)X
  2007. 10 s
  2008. 843 864(Forchek)N
  2009. 1 f
  2010. 1148(accepts)X
  2011. 1405(ANSI)X
  2012. 1612(standard)X
  2013. 1904(Fortran-77)X
  2014. 2267(programs)X
  2015. 2590(with)X
  2016. 2752(the)X
  2017. 2870(following)X
  2018. 3201(exceptions:)X
  2019. 3 f
  2020. 843 998(Restrictions:)N
  2021. 1131 1094(Forchek)N
  2022. 1 f
  2023. 1444(is)X
  2024. 1525(sensitive)X
  2025. 1833(to)X
  2026. 1923(blank)X
  2027. 2129(spaces.)X
  2028. 2407(This)X
  2029. 2577(encourages)X
  2030. 2967(the)X
  2031. 3093(user)X
  2032. 3255(to)X
  2033. 3344(use)X
  2034. 3478(good)X
  2035. 3665(programming)X
  2036. 4128(style.)X
  2037. 1131 1190(The)N
  2038. 1284(rules)X
  2039. 1468(are)X
  2040. 1595(similar)X
  2041. 1845(to)X
  2042. 1935(Pascal)X
  2043. 2168(or)X
  2044. 2263(C)X
  2045. 2344(where)X
  2046. 2569(a)X
  2047. 2633(blank)X
  2048. 2839(space)X
  2049. 3045(is)X
  2050. 3125(required)X
  2051. 3420(between)X
  2052. 3715(identi\256ers)X
  2053. 4062(or)X
  2054. 4156(key-)X
  2055. 1131 1286(words)N
  2056. 1357(and)X
  2057. 1503(not)X
  2058. 1635(allowed)X
  2059. 1919(inside)X
  2060. 2140(identi\256ers)X
  2061. 2490(or)X
  2062. 2587(keywords.)X
  2063. 2969(The)X
  2064. 3123(following)X
  2065. 3463(keywords)X
  2066. 3804(which)X
  2067. 4029(occur)X
  2068. 4237(in)X
  2069. 1131 1382(pairs)N
  2070. 1309(may)X
  2071. 1469(be)X
  2072. 1567(written)X
  2073. 1816(as)X
  2074. 1905(either)X
  2075. 2110(one)X
  2076. 2248(or)X
  2077. 2337(two)X
  2078. 2479(words:)X
  2079. 2 f
  2080. 2719(DO)X
  2081. 2857(WHILE)X
  2082. 1 f
  2083. 3124(or)X
  2084. 2 f
  2085. 3213(DOWHILE)X
  2086. 1 f
  2087. 3581(,)X
  2088. 2 f
  2089. 3623(ELSE)X
  2090. 3827(IF)X
  2091. 1 f
  2092. 3925(or)X
  2093. 2 f
  2094. 4014(ELSEIF)X
  2095. 1 f
  2096. 4279(,)X
  2097. 2 f
  2098. 1131 1478(END)N
  2099. 1323(DO)X
  2100. 1 f
  2101. 1471(or)X
  2102. 2 f
  2103. 1570(ENDDO)X
  2104. 1 f
  2105. 1853(,)X
  2106. 2 f
  2107. 1905(END)X
  2108. 2097(IF)X
  2109. 1 f
  2110. 2205(or)X
  2111. 2 f
  2112. 2304(ENDIF)X
  2113. 1 f
  2114. 2547(,)X
  2115. 2 f
  2116. 2599(GO)X
  2117. 2747(TO)X
  2118. 1 f
  2119. 2881(or)X
  2120. 2 f
  2121. 2980(GOTO)X
  2122. 1 f
  2123. 3205(.)X
  2124. 3277(Unlike)X
  2125. 3527(Pascal)X
  2126. 3763(and)X
  2127. 3910(C,)X
  2128. 3 f
  2129. 4014(Forchek)X
  2130. 1 f
  2131. 1131 1574(allows)N
  2132. 1361(blanks)X
  2133. 1591(inside)X
  2134. 1803(numeric)X
  2135. 2087(constants,)X
  2136. 2426(except)X
  2137. 2656(within)X
  2138. 2880(the)X
  2139. 2998(exponent)X
  2140. 3312(part)X
  2141. 3457(of)X
  2142. 3544(E)X
  2143. 3613(and)X
  2144. 3749(D)X
  2145. 3827(form)X
  2146. 4003(numbers.)X
  2147. 1131 1670(Also,)N
  2148. 1322(if)X
  2149. 1391(the)X
  2150. 3 f
  2151. 9 f
  2152. 1509(-)X
  2153. 3 f
  2154. 1553(nolinebreak)X
  2155. 1 f
  2156. 1981(option)X
  2157. 2205(is)X
  2158. 2278(selected,)X
  2159. 2577(the)X
  2160. 2695(end)X
  2161. 2831(of)X
  2162. 2918(line)X
  2163. 3058(in)X
  2164. 3140(continued)X
  2165. 3476(statements)X
  2166. 3834(is)X
  2167. 3907(ignored.)X
  2168. 1131 1804(Complex)N
  2169. 1449(constants)X
  2170. 1772(are)X
  2171. 1895(subject)X
  2172. 2146(to)X
  2173. 2232(a)X
  2174. 2292(special)X
  2175. 2539(restriction:)X
  2176. 2930(they)X
  2177. 3092(may)X
  2178. 3254(not)X
  2179. 3380(be)X
  2180. 3480(split)X
  2181. 3641(across)X
  2182. 3866(lines,)X
  2183. 4061(even)X
  2184. 4237(in)X
  2185. 3 f
  2186. 9 f
  2187. 1131 1900(-)N
  2188. 3 f
  2189. 1175(nolinebreak)X
  2190. 1 f
  2191. 1603(mode.)X
  2192. 1131 2034(The)N
  2193. 1283(dummy)X
  2194. 1554(arguments)X
  2195. 1915(in)X
  2196. 2003(statement)X
  2197. 2336(functions)X
  2198. 2660(are)X
  2199. 2785(treated)X
  2200. 3030(like)X
  2201. 3176(ordinary)X
  2202. 3474(variables)X
  2203. 3790(of)X
  2204. 3883(the)X
  2205. 4007(program.)X
  2206. 1131 2130(That)N
  2207. 1298(is,)X
  2208. 1391(their)X
  2209. 1558(scope)X
  2210. 1761(is)X
  2211. 1834(the)X
  2212. 1952(entire)X
  2213. 2155(module,)X
  2214. 2435(not)X
  2215. 2557(just)X
  2216. 2692(the)X
  2217. 2810(statement)X
  2218. 3137(function)X
  2219. 3424(de\256nition.)X
  2220. 1131 2264(Some)N
  2221. 1333(keywords)X
  2222. 1665(and)X
  2223. 1801(identi\256ers)X
  2224. 2141(are)X
  2225. 2260(partially)X
  2226. 2547(reserved.)X
  2227. 2880(See)X
  2228. 3016(Table)X
  2229. 3219(2)X
  2230. 3279(for)X
  2231. 3393(details.)X
  2232. 843 2398(The)N
  2233. 988(following)X
  2234. 1319(keywords)X
  2235. 1651(may)X
  2236. 1809(be)X
  2237. 1905(freely)X
  2238. 2113(used)X
  2239. 2280(as)X
  2240. 2367(variables:)X
  2241. 7 f
  2242. 843 2532(ASSIGN)N
  2243. 1611(BLOCK)X
  2244. 2379(CALL)X
  2245. 3147(CHARACTER)X
  2246. 843 2628(COMMON)N
  2247. 1611(COMPLEX)X
  2248. 2379(CONTINUE)X
  2249. 3147(DIMENSION)X
  2250. 843 2724(DO)N
  2251. 1611(DOUBLE)X
  2252. 2379(ELSE)X
  2253. 3147(END)X
  2254. 843 2820(ENDDO)N
  2255. 1611(ENDIF)X
  2256. 2379(ENTRY)X
  2257. 3147(EXTERNAL)X
  2258. 843 2916(FUNCTION)N
  2259. 1611(GO)X
  2260. 2379(IMPLICIT)X
  2261. 3147(INCLUDE)X
  2262. 843 3012(INTEGER)N
  2263. 1611(INTRINSIC)X
  2264. 2379(LOGICAL)X
  2265. 3147(PAUSE)X
  2266. 843 3108(PRECISION)N
  2267. 1611(PROGRAM)X
  2268. 2379(REAL)X
  2269. 3147(SAVE)X
  2270. 843 3204(STOP)N
  2271. 1611(SUBROUTINE)X
  2272. 2379(THEN)X
  2273. 3147(TO)X
  2274. 1 f
  2275. 843 3434(The)N
  2276. 997(following)X
  2277. 1337(keywords)X
  2278. 1678(may)X
  2279. 1845(be)X
  2280. 1950(used)X
  2281. 2126(in)X
  2282. 2217(scalar)X
  2283. 2434(contexts)X
  2284. 2730(only,)X
  2285. 2921(for)X
  2286. 3043(example,)X
  2287. 3363(not)X
  2288. 3493(as)X
  2289. 3588(arrays)X
  2290. 3813(or)X
  2291. 3908(as)X
  2292. 4003(character)X
  2293. 843 3530(variables)N
  2294. 1153(used)X
  2295. 1320(in)X
  2296. 1402(substring)X
  2297. 1715(expressions.)X
  2298. 7 f
  2299. 843 3664(ACCEPT)N
  2300. 1611(BACKSPACE)X
  2301. 2379(CLOSE)X
  2302. 3147(DATA)X
  2303. 843 3760(DOWHILE)N
  2304. 1611(ELSEIF)X
  2305. 2379(ENDFILE)X
  2306. 3147(EQUIVALENCE)X
  2307. 843 3856(FORMAT)N
  2308. 1611(GOTO)X
  2309. 2379(IF)X
  2310. 3147(INQUIRE)X
  2311. 843 3952(OPEN)N
  2312. 1611(PARAMETER)X
  2313. 2379(PRINT)X
  2314. 3147(READ)X
  2315. 843 4048(RETURN)N
  2316. 1611(REWIND)X
  2317. 2379(TYPE)X
  2318. 3147(WRITE)X
  2319. 843 4144(WHILE)N
  2320. 1 f
  2321. 1899 4240(Table)N
  2322. 2102(2)X
  2323. 3 f
  2324. 843 4470(Extensions:)N
  2325. 1 f
  2326. 1131 4566(Tabs)N
  2327. 1316(are)X
  2328. 1444(permitted,)X
  2329. 1800(and)X
  2330. 1944(translated)X
  2331. 2284(into)X
  2332. 2436(equivalent)X
  2333. 2798(blanks)X
  2334. 3035(which)X
  2335. 3259(correspond)X
  2336. 3644(to)X
  2337. 3734(tab)X
  2338. 3860(stops)X
  2339. 4052(every)X
  2340. 4259(8)X
  2341. 1131 4662(columns.)N
  2342. 1471(The)X
  2343. 1625(standard)X
  2344. 1926(does)X
  2345. 2102(not)X
  2346. 2232(recognize)X
  2347. 2573(tabs.)X
  2348. 2770(Note)X
  2349. 2954(that)X
  2350. 3102(some)X
  2351. 3299(compilers)X
  2352. 3643(allow)X
  2353. 3849(tabs,)X
  2354. 4026(but)X
  2355. 4156(treat)X
  2356. 1131 4758(them)N
  2357. 1311(differently.)X
  2358. 1131 4892(Lower)N
  2359. 1367(case)X
  2360. 1532(characters)X
  2361. 1885(are)X
  2362. 2010(permitted,)X
  2363. 2363(and)X
  2364. 2505(are)X
  2365. 2630(converted)X
  2366. 2973(internally)X
  2367. 3306(to)X
  2368. 3394(uppercase)X
  2369. 3742(except)X
  2370. 3978(in)X
  2371. 4066(strings.)X
  2372. 1131 4988(The)N
  2373. 1276(standard)X
  2374. 1568(speci\256es)X
  2375. 1864(upper)X
  2376. 2067(case)X
  2377. 2226(only,)X
  2378. 2408(except)X
  2379. 2638(in)X
  2380. 2720(comments)X
  2381. 3069(and)X
  2382. 3205(strings.)X
  2383. 1131 5122(Hollerith)N
  2384. 1441(constants)X
  2385. 1760(are)X
  2386. 1880(permitted,)X
  2387. 2228(in)X
  2388. 2311 0.3750(accordance)AX
  2389. 2695(with)X
  2390. 2858(the)X
  2391. 2977(ANSI)X
  2392. 3185(Manual,)X
  2393. 3471(appendix)X
  2394. 3786(C.)X
  2395. 3900(They)X
  2396. 4086(should)X
  2397. 1131 5218(not)N
  2398. 1253(be)X
  2399. 1349(used)X
  2400. 1516(in)X
  2401. 1598(expressions,)X
  2402. 2012(or)X
  2403. 2099(confused)X
  2404. 2409(with)X
  2405. 2571(datatype)X
  2406. 2 f
  2407. 2863(CHARACTER)X
  2408. 1 f
  2409. 3323(.)X
  2410. 1131 5352(Statements)N
  2411. 1523(may)X
  2412. 1702(be)X
  2413. 1818(longer)X
  2414. 2063(than)X
  2415. 2241(72)X
  2416. 2361(columns)X
  2417. 2672(provided)X
  2418. 2997(that)X
  2419. 3157(the)X
  2420. 3295(setting)X
  2421. 3 f
  2422. 9 f
  2423. 3548(-)X
  2424. 3 f
  2425. 3592(column)X
  2426. 1 f
  2427. 3885(was)X
  2428. 4050(used)X
  2429. 4237(to)X
  2430. 1131 5448(increase)N
  2431. 1418(the)X
  2432. 1539(limit.)X
  2433. 1752(According)X
  2434. 2113(to)X
  2435. 2197(the)X
  2436. 2317(standard,)X
  2437. 2631(all)X
  2438. 2733(text)X
  2439. 2875(from)X
  2440. 3053(columns)X
  2441. 3346(73)X
  2442. 3448(through)X
  2443. 3719(80)X
  2444. 3821(is)X
  2445. 3896(ignored,)X
  2446. 4183(and)X
  2447. 1131 5544(no)N
  2448. 1231(line)X
  2449. 1371(may)X
  2450. 1529(be)X
  2451. 1625(longer)X
  2452. 1850(than)X
  2453. 2008(80)X
  2454. 2108(columns.)X
  2455. 1131 5678(Variable)N
  2456. 1428(names)X
  2457. 1653(may)X
  2458. 1811(be)X
  2459. 1907(longer)X
  2460. 2132(than)X
  2461. 2290(six)X
  2462. 2403(characters.)X
  2463. 2790(The)X
  2464. 2935(standard)X
  2465. 3227(speci\256es)X
  2466. 3523(six)X
  2467. 3636(as)X
  2468. 3723(the)X
  2469. 3841(maximum.)X
  2470. 555 6144(7th)N
  2471. 677(Edition)X
  2472. 2171(21)X
  2473. 2271(August)X
  2474. 2522(1991)X
  2475. 4219(15)X
  2476.  
  2477. 16 p
  2478. %%Page: 14 14
  2479. 10 s 0 xH 0 xS 1 f
  2480. 555 384(FORCHEK)N
  2481. 941(\()X
  2482. 981(1L)X
  2483. 1083(\))X
  2484. 1954(UNIX)X
  2485. 2175(Programmer's)X
  2486. 2654(Manual)X
  2487. 3744(FORCHEK)X
  2488. 4130(\()X
  2489. 4170(1L)X
  2490. 4272(\))X
  2491. 1131 768(and)N
  2492. 1267(invokes)X
  2493. 2 f
  2494. 1536(COUNT)X
  2495. 1 f
  2496. 1822(in)X
  2497. 1904(another)X
  2498. 2165(module)X
  2499. 2425(as)X
  2500. 7 f
  2501. 1371 960(N)N
  2502. 1467(=)X
  2503. 1563(COUNT\(A\))X
  2504. 1 f
  2505. 1131 1190(without)N
  2506. 1397(declaring)X
  2507. 1718(its)X
  2508. 1815(datatype,)X
  2509. 2129(it)X
  2510. 2195(will)X
  2511. 2341(default)X
  2512. 2586(to)X
  2513. 2670(real)X
  2514. 2813(type,)X
  2515. 2993(based)X
  2516. 3198(on)X
  2517. 3300(the)X
  2518. 3420(\256rst)X
  2519. 3566(letter)X
  2520. 3753(of)X
  2521. 3842(its)X
  2522. 3939(name.)X
  2523. 4174(The)X
  2524. 1131 1286(calling)N
  2525. 1369(module)X
  2526. 1629(should)X
  2527. 1862(have)X
  2528. 2034(included)X
  2529. 2330(the)X
  2530. 2448(declaration)X
  2531. 7 f
  2532. 1371 1478(INTEGER)N
  2533. 1755(COUNT)X
  2534. 2 f
  2535. 843 1708(possibly)N
  2536. 1125(it)X
  2537. 1189(is)X
  2538. 1262(an)X
  2539. 1362(array)X
  2540. 1560(which)X
  2541. 1771(was)X
  2542. 1915(not)X
  2543. 2037(declared)X
  2544. 1 f
  2545. 1131 1804(This)N
  2546. 1296(message)X
  2547. 1591(refers)X
  2548. 1798(to)X
  2549. 1883(a)X
  2550. 1942(function)X
  2551. 2232(invocation)X
  2552. 2593(or)X
  2553. 2683(to)X
  2554. 2768(an)X
  2555. 2867(argument)X
  2556. 3193(type)X
  2557. 3354(mismatch,)X
  2558. 3707(for)X
  2559. 3823(which)X
  2560. 4041(the)X
  2561. 4161(pos-)X
  2562. 1131 1900(sibility)N
  2563. 1376(exists)X
  2564. 1582(that)X
  2565. 1726(what)X
  2566. 1906(appears)X
  2567. 2176(to)X
  2568. 2262(be)X
  2569. 2362(a)X
  2570. 2422(function)X
  2571. 2713(is)X
  2572. 2790(actually)X
  2573. 3068(meant)X
  2574. 3288(to)X
  2575. 3374(be)X
  2576. 3474(an)X
  2577. 3573(array.)X
  2578. 3802(If)X
  2579. 3879(the)X
  2580. 4000(program-)X
  2581. 1131 1996(mer)N
  2582. 1284(forgot)X
  2583. 1508(to)X
  2584. 1598(dimension)X
  2585. 1959(an)X
  2586. 2062(array,)X
  2587. 2275 0.3889(references)AX
  2588. 2634(to)X
  2589. 2723(the)X
  2590. 2848(array)X
  2591. 3041(will)X
  2592. 3192(be)X
  2593. 3295(interpreted)X
  2594. 3670(as)X
  2595. 3764(function)X
  2596. 4058(invoca-)X
  2597. 1131 2092(tions.)N
  2598. 1361(This)X
  2599. 1538(message)X
  2600. 1845(will)X
  2601. 2004(be)X
  2602. 2115(suppressed)X
  2603. 2502(if)X
  2604. 2585(the)X
  2605. 2717(name)X
  2606. 2925(in)X
  2607. 3021(question)X
  2608. 3326(appears)X
  2609. 3606(in)X
  2610. 3702(an)X
  2611. 2 f
  2612. 3812(EXTERNAL)X
  2613. 1 f
  2614. 4232(or)X
  2615. 2 f
  2616. 1131 2188(INTRINSIC)N
  2617. 1 f
  2618. 1524(statement.)X
  2619. 2 f
  2620. 843 2322(Subprogram)N
  2621. 1263(NAME:)X
  2622. 1548(argument)X
  2623. 1875(usage)X
  2624. 2082(mismatch)X
  2625. 3 f
  2626. 1131 2418(Forchek)N
  2627. 1 f
  2628. 1439(detects)X
  2629. 1685(a)X
  2630. 1744(possible)X
  2631. 2029(con\257ict)X
  2632. 2292(between)X
  2633. 2583(the)X
  2634. 2704(way)X
  2635. 2861(a)X
  2636. 2919(subprogram)X
  2637. 3324(uses)X
  2638. 3484(an)X
  2639. 3582(argument)X
  2640. 3907(and)X
  2641. 4045(the)X
  2642. 4165(way)X
  2643. 1131 2514(in)N
  2644. 1214(which)X
  2645. 1430(the)X
  2646. 1548(argument)X
  2647. 1871(is)X
  2648. 1944(supplied)X
  2649. 2235(to)X
  2650. 2317(the)X
  2651. 2435(subprogram.)X
  2652. 2878(The)X
  2653. 3023(con\257ict)X
  2654. 3283(can)X
  2655. 3415(be)X
  2656. 3511(one)X
  2657. 3647(of)X
  2658. 3734(two)X
  2659. 3874(types,)X
  2660. 4083(as)X
  2661. 4170(out-)X
  2662. 1131 2610(lined)N
  2663. 1311(below.)X
  2664. 2 f
  2665. 843 2744(Dummy)N
  2666. 1113(arg)X
  2667. 1244(is)X
  2668. 1317(modi\256ed,)X
  2669. 1633(Actual)X
  2670. 1862(arg)X
  2671. 1993(is)X
  2672. 2066(const)X
  2673. 2255(or)X
  2674. 2346(expr)X
  2675. 1 f
  2676. 1131 2840(A)N
  2677. 1217(dummy)X
  2678. 1489(argument)X
  2679. 1820(is)X
  2680. 1901(an)X
  2681. 2004(argument)X
  2682. 2334(as)X
  2683. 2428(named)X
  2684. 2669(in)X
  2685. 2758(a)X
  2686. 2 f
  2687. 2821(SUBROUTINE)X
  2688. 1 f
  2689. 3333(or)X
  2690. 2 f
  2691. 3427(FUNCTION)X
  2692. 1 f
  2693. 3849(statement)X
  2694. 4183(and)X
  2695. 1131 2936(used)N
  2696. 1311(within)X
  2697. 1548(the)X
  2698. 1679(subprogram.)X
  2699. 2135(An)X
  2700. 2266(actual)X
  2701. 2491(argument)X
  2702. 2827(is)X
  2703. 2912(an)X
  2704. 3020(argument)X
  2705. 3355(as)X
  2706. 3454(passed)X
  2707. 3700(to)X
  2708. 3794(a)X
  2709. 3862(subroutine)X
  2710. 4232(or)X
  2711. 1131 3032(function)N
  2712. 1421(by)X
  2713. 1524(the)X
  2714. 1645(caller.)X
  2715. 3 f
  2716. 1887(Forchek)X
  2717. 1 f
  2718. 2195(is)X
  2719. 2271(saying)X
  2720. 2502(that)X
  2721. 2644(a)X
  2722. 2702(dummy)X
  2723. 2968(argument)X
  2724. 3293(is)X
  2725. 3368(modi\256ed)X
  2726. 3674(by)X
  2727. 3776(the)X
  2728. 3896(subprogram,)X
  2729. 1131 3128(i.e.)N
  2730. 1277(its)X
  2731. 1380(value)X
  2732. 1582(will)X
  2733. 1734(be)X
  2734. 1838(changed)X
  2735. 2133(in)X
  2736. 2222(the)X
  2737. 2347(calling)X
  2738. 2592(module.)X
  2739. 2899(The)X
  2740. 3051(corresponding)X
  2741. 3537(actual)X
  2742. 3756(argument)X
  2743. 4086(should)X
  2744. 1131 3224(not)N
  2745. 1260(be)X
  2746. 1363(a)X
  2747. 1426(constant)X
  2748. 1719(or)X
  2749. 1812(expression,)X
  2750. 2201(but)X
  2751. 2329(rather)X
  2752. 2543(a)X
  2753. 2605(variable)X
  2754. 2890(or)X
  2755. 2983(array)X
  2756. 3175(element)X
  2757. 3455(which)X
  2758. 3677(can)X
  2759. 3815(be)X
  2760. 3917(legitimately)X
  2761. 1131 3320(assigned)N
  2762. 1427(to.)X
  2763. 2 f
  2764. 843 3454(Dummy)N
  2765. 1113(arg)X
  2766. 1244(used)X
  2767. 1411(before)X
  2768. 1636(set,)X
  2769. 1765(Actual)X
  2770. 1994(arg)X
  2771. 2125(not)X
  2772. 2247(set)X
  2773. 1 f
  2774. 1131 3550(Here)N
  2775. 1314(a)X
  2776. 1376(dummy)X
  2777. 1646(argument)X
  2778. 1974(may)X
  2779. 2137(be)X
  2780. 2238(used)X
  2781. 2410(in)X
  2782. 2497(the)X
  2783. 2620(subprogram)X
  2784. 3028(before)X
  2785. 3259(having)X
  2786. 3502(a)X
  2787. 3563(value)X
  2788. 3762(assigned)X
  2789. 4063(to)X
  2790. 4150(it)X
  2791. 4219(by)X
  2792. 1131 3646(the)N
  2793. 1260(subprogram.)X
  2794. 1714(The)X
  2795. 1870(corresponding)X
  2796. 2360(actual)X
  2797. 2583(argument)X
  2798. 2917(should)X
  2799. 3161(have)X
  2800. 3344(a)X
  2801. 3411(value)X
  2802. 3616(assigned)X
  2803. 3923(to)X
  2804. 4016(it)X
  2805. 4091(by)X
  2806. 4201(the)X
  2807. 1131 3742(caller)N
  2808. 1330(prior)X
  2809. 1506(to)X
  2810. 1588(invoking)X
  2811. 1892(the)X
  2812. 2010(subprogram.)X
  2813. 2 f
  2814. 843 3876(Common)N
  2815. 1152(block)X
  2816. 1346(NAME:)X
  2817. 1631(varying)X
  2818. 1896(length)X
  2819. 1 f
  2820. 1131 3972(A)N
  2821. 2 f
  2822. 1216(COMMON)X
  2823. 1 f
  2824. 1598(block)X
  2825. 1802(declared)X
  2826. 2101(in)X
  2827. 2189(different)X
  2828. 2492(subprograms)X
  2829. 2932(has)X
  2830. 3065(different)X
  2831. 3368(numbers)X
  2832. 3670(of)X
  2833. 3763(variables)X
  2834. 4079(in)X
  2835. 4167(it)X
  2836. 4237(in)X
  2837. 1131 4068(different)N
  2838. 1432(declarations.)X
  2839. 1884(This)X
  2840. 2050(is)X
  2841. 2127(not)X
  2842. 2253(necessarily)X
  2843. 2634(an)X
  2844. 2734(error,)X
  2845. 2935(but)X
  2846. 3061(it)X
  2847. 3128(may)X
  2848. 3289(indicate)X
  2849. 3566(that)X
  2850. 3709(a)X
  2851. 3768(variable)X
  2852. 4050(is)X
  2853. 4126(miss-)X
  2854. 1131 4164(ing)N
  2855. 1253(from)X
  2856. 1429(the)X
  2857. 1547(list.)X
  2858. 2 f
  2859. 843 4298(Common)N
  2860. 1152(block)X
  2861. 1346(NAME:)X
  2862. 1631(data)X
  2863. 1793(type)X
  2864. 1947(mismatch)X
  2865. 2274(at)X
  2866. 2356(position)X
  2867. 2633(n)X
  2868. 1 f
  2869. 1131 4394(The)N
  2870. 2 f
  2871. 1281(n)X
  2872. 1 f
  2873. 1328(-th)X
  2874. 1442(variable)X
  2875. 1726(in)X
  2876. 1813(the)X
  2877. 2 f
  2878. 1936(COMMON)X
  2879. 1 f
  2880. 2317(block)X
  2881. 2520(differs)X
  2882. 2755(in)X
  2883. 2842(data)X
  2884. 3001(type)X
  2885. 3164(in)X
  2886. 3251(two)X
  2887. 3396(different)X
  2888. 3698(declarations)X
  2889. 4110(of)X
  2890. 4201(the)X
  2891. 2 f
  2892. 1131 4490(COMMON)N
  2893. 1 f
  2894. 1517(block.)X
  2895. 1765(By)X
  2896. 1888(default)X
  2897. 2141(\(common)X
  2898. 2478(strictness)X
  2899. 2806(level)X
  2900. 2992(3\),)X
  2901. 3 f
  2902. 3109(Forchek)X
  2903. 1 f
  2904. 3424(is)X
  2905. 3507(very)X
  2906. 3680(picky)X
  2907. 3887(about)X
  2908. 2 f
  2909. 4094(COM-)X
  2910. 1131 4586(MON)N
  2911. 1 f
  2912. 1333(blocks:)X
  2913. 1608(the)X
  2914. 1730(variables)X
  2915. 2044(listed)X
  2916. 2241(in)X
  2917. 2327(them)X
  2918. 2511(must)X
  2919. 2690(match)X
  2920. 2910(exactly)X
  2921. 3166(by)X
  2922. 3269(data)X
  2923. 3426(type)X
  2924. 3587(and)X
  2925. 3726(array)X
  2926. 3915(dimensions.)X
  2927. 1131 4682(That)N
  2928. 1298(is,)X
  2929. 1391(the)X
  2930. 1509(legal)X
  2931. 1685(pair)X
  2932. 1830(of)X
  2933. 1917(declarations)X
  2934. 2325(in)X
  2935. 2407(different)X
  2936. 2704(modules:)X
  2937. 7 f
  2938. 1371 4874(COMMON)N
  2939. 1707(/COM1/)X
  2940. 2043(A,B)X
  2941. 1 f
  2942. 1131 5104(and)N
  2943. 7 f
  2944. 1371 5296(COMMON)N
  2945. 1707(/COM1/)X
  2946. 2043(A\(2\))X
  2947. 1 f
  2948. 1131 5526(will)N
  2949. 1277(cause)X
  2950. 3 f
  2951. 1478(Forchek)X
  2952. 1 f
  2953. 1785(to)X
  2954. 1868(give)X
  2955. 2027(warnings)X
  2956. 2342(at)X
  2957. 2421(strictness)X
  2958. 2740(level)X
  2959. 2917(3.)X
  2960. 3018(These)X
  2961. 3231(two)X
  2962. 3372(declarations)X
  2963. 3781(are)X
  2964. 3901(legal)X
  2965. 4078(in)X
  2966. 4161(For-)X
  2967. 1131 5622(tran)N
  2968. 1284(since)X
  2969. 1477(they)X
  2970. 1643(both)X
  2971. 1813(declare)X
  2972. 2074(two)X
  2973. 2222(real)X
  2974. 2371(variables.)X
  2975. 2729(At)X
  2976. 2837(strictness)X
  2977. 3163(level)X
  2978. 3347(1)X
  2979. 3415(or)X
  2980. 3510(2,)X
  2981. 3598(no)X
  2982. 3706(warning)X
  2983. 3996(would)X
  2984. 4223(be)X
  2985. 1131 5718(given)N
  2986. 1329(in)X
  2987. 1411(this)X
  2988. 1546(example.)X
  2989. 555 6144(7th)N
  2990. 677(Edition)X
  2991. 2171(21)X
  2992. 2271(August)X
  2993. 2522(1991)X
  2994. 4219(14)X
  2995.  
  2996. 15 p
  2997. %%Page: 13 13
  2998. 10 s 0 xH 0 xS 1 f
  2999. 555 384(FORCHEK)N
  3000. 941(\()X
  3001. 981(1L)X
  3002. 1083(\))X
  3003. 1954(UNIX)X
  3004. 2175(Programmer's)X
  3005. 2654(Manual)X
  3006. 3744(FORCHEK)X
  3007. 4130(\()X
  3008. 4170(1L)X
  3009. 4272(\))X
  3010. 2 f
  3011. 843 768(Variables)N
  3012. 1174(set)X
  3013. 1283(but)X
  3014. 1405(never)X
  3015. 1604(used)X
  3016. 3 f
  3017. 1131 864(Forchek)N
  3018. 1 f
  3019. 1445(will)X
  3020. 1598(notify)X
  3021. 1818(the)X
  3022. 1945(user)X
  3023. 2108(when)X
  3024. 2311(a)X
  3025. 2376(variable)X
  3026. 2664(has)X
  3027. 2800(been)X
  3028. 2981(assigned)X
  3029. 3286(a)X
  3030. 3351(value,)X
  3031. 3573(but)X
  3032. 3703(the)X
  3033. 3829(variable)X
  3034. 4116(is)X
  3035. 4197(not)X
  3036. 1131 960(otherwise)N
  3037. 1463(used)X
  3038. 1630(in)X
  3039. 1712(the)X
  3040. 1830(program.)X
  3041. 2162(Usually)X
  3042. 2431(this)X
  3043. 2566(results)X
  3044. 2795(from)X
  3045. 2971(an)X
  3046. 3067(oversight.)X
  3047. 2 f
  3048. 843 1094(Type)N
  3049. 1019(has)X
  3050. 1150(been)X
  3051. 1322(implicitly)X
  3052. 1644(de\256ned)X
  3053. 3 f
  3054. 1131 1190(Forchek)N
  3055. 1 f
  3056. 1442(will)X
  3057. 1592(\257ag)X
  3058. 1738(all)X
  3059. 1844(identi\256ers)X
  3060. 2190(that)X
  3061. 2336(are)X
  3062. 2461(not)X
  3063. 2589(explicitly)X
  3064. 2917(typed)X
  3065. 3121(and)X
  3066. 3263(will)X
  3067. 3413(show)X
  3068. 3608(the)X
  3069. 3732(datatype)X
  3070. 4029(that)X
  3071. 4174(was)X
  3072. 1131 1286(assigned)N
  3073. 1427(through)X
  3074. 1696(implicit)X
  3075. 1964(typing.)X
  3076. 2228(This)X
  3077. 2390(provides)X
  3078. 2686(support)X
  3079. 2946(for)X
  3080. 3060(users)X
  3081. 3245(who)X
  3082. 3403(wish)X
  3083. 3574(to)X
  3084. 3656(declare)X
  3085. 3909(all)X
  3086. 4009(variables)X
  3087. 1131 1382(as)N
  3088. 1220(is)X
  3089. 1295(required)X
  3090. 1585(in)X
  3091. 1669(Pascal)X
  3092. 1896(or)X
  3093. 1985(some)X
  3094. 2176(other)X
  3095. 2363(languages.)X
  3096. 2746(This)X
  3097. 2910(message)X
  3098. 3204(is)X
  3099. 3279(printed)X
  3100. 3528(only)X
  3101. 3692(when)X
  3102. 3887(the)X
  3103. 3 f
  3104. 9 f
  3105. 4006(-)X
  3106. 3 f
  3107. 4050(symtab)X
  3108. 1 f
  3109. 1131 1478(option)N
  3110. 1355(is)X
  3111. 1428(in)X
  3112. 1510(effect.)X
  3113. 2 f
  3114. 843 1612(Identi\256ers)N
  3115. 1188(which)X
  3116. 1399(are)X
  3117. 1526(not)X
  3118. 1648(unique)X
  3119. 1886(in)X
  3120. 1968(\256rst)X
  3121. 2112(six)X
  3122. 2221(chars)X
  3123. 1 f
  3124. 1131 1708(Warns)N
  3125. 1370(that)X
  3126. 1519(two)X
  3127. 1668(identi\256ers)X
  3128. 2017(which)X
  3129. 2242(are)X
  3130. 2370(longer)X
  3131. 2604(than)X
  3132. 2771(6)X
  3133. 2840(characters)X
  3134. 3196(do)X
  3135. 3305(not)X
  3136. 3435(differ)X
  3137. 3642(in)X
  3138. 3732(\256rst)X
  3139. 3884(6)X
  3140. 3952(characters.)X
  3141. 1131 1804(This)N
  3142. 1300(is)X
  3143. 1380(for)X
  3144. 1501(portability:)X
  3145. 1903(they)X
  3146. 2068(may)X
  3147. 2232(not)X
  3148. 2360(be)X
  3149. 2462(considered)X
  3150. 2836(distinct)X
  3151. 3097(by)X
  3152. 3203(some)X
  3153. 3398(compilers.)X
  3154. 3780(This)X
  3155. 3948(message)X
  3156. 4246(is)X
  3157. 1131 1900(printed)N
  3158. 1378(only)X
  3159. 1540(if)X
  3160. 1609(the)X
  3161. 3 f
  3162. 9 f
  3163. 1727(-)X
  3164. 3 f
  3165. 1771(sixchar)X
  3166. 1 f
  3167. 2040(option)X
  3168. 2264(was)X
  3169. 2409(selected.)X
  3170. 2 f
  3171. 843 2034(Subprogram)N
  3172. 1263(NAME:)X
  3173. 1548(varying)X
  3174. 1813(length)X
  3175. 2033(argument)X
  3176. 2360(lists:)X
  3177. 1 f
  3178. 1131 2130(An)N
  3179. 1256(inconsistency)X
  3180. 1719(has)X
  3181. 1853(been)X
  3182. 2032(found)X
  3183. 2246(between)X
  3184. 2541(the)X
  3185. 2666(number)X
  3186. 2938(of)X
  3187. 3032(dummy)X
  3188. 3303(arguments)X
  3189. 3664(\(parameters\))X
  3190. 4098(a)X
  3191. 4161(sub-)X
  3192. 1131 2226(program)N
  3193. 1428(has)X
  3194. 1560(and)X
  3195. 1701(the)X
  3196. 1824(number)X
  3197. 2094(of)X
  3198. 2186(actual)X
  3199. 2403(arguments)X
  3200. 2762(given)X
  3201. 2965(it)X
  3202. 3034(in)X
  3203. 3120(an)X
  3204. 3220(invocation.)X
  3205. 3 f
  3206. 3622(Forchek)X
  3207. 1 f
  3208. 3931(keeps)X
  3209. 4138(track)X
  3210. 1131 2322(of)N
  3211. 1227(all)X
  3212. 1336(invocations)X
  3213. 1734(of)X
  3214. 1830(subprograms)X
  3215. 2273(\()X
  3216. 2 f
  3217. 2300(CALL)X
  3218. 1 f
  3219. 2519(statements)X
  3220. 2886(and)X
  3221. 3031(expressions)X
  3222. 3434(using)X
  3223. 3636(functions\))X
  3224. 3990(and)X
  3225. 4134(com-)X
  3226. 1131 2418(pares)N
  3227. 1333(them)X
  3228. 1525(with)X
  3229. 1699(the)X
  3230. 1828(de\256nitions)X
  3231. 2196(of)X
  3232. 2294(the)X
  3233. 2423(subprograms)X
  3234. 2868(elsewhere)X
  3235. 3221(in)X
  3236. 3314(the)X
  3237. 3443(source)X
  3238. 3684(code.)X
  3239. 3907(The)X
  3240. 4063(Fortran)X
  3241. 1131 2514(compiler)N
  3242. 1436(normally)X
  3243. 1745(does)X
  3244. 1912(not)X
  3245. 2034(catch)X
  3246. 2224(this)X
  3247. 2359(type)X
  3248. 2517(of)X
  3249. 2604(error.)X
  3250. 2 f
  3251. 843 2648(Subprogram)N
  3252. 1263(NAME:)X
  3253. 1548(argument)X
  3254. 1875(data)X
  3255. 2037(type)X
  3256. 2191(mismatch)X
  3257. 2518(at)X
  3258. 2600(position)X
  3259. 2877(n)X
  3260. 1 f
  3261. 1131 2744(The)N
  3262. 1282(subprogram's)X
  3263. 2 f
  3264. 1749(n)X
  3265. 1 f
  3266. 1796(-th)X
  3267. 1911(actual)X
  3268. 2129(argument)X
  3269. 2458(\(in)X
  3270. 2573(the)X
  3271. 2 f
  3272. 2697(CALL)X
  3273. 1 f
  3274. 2913(or)X
  3275. 3006(the)X
  3276. 3130(usage)X
  3277. 3339(of)X
  3278. 3432(a)X
  3279. 3494(function\))X
  3280. 3814(differs)X
  3281. 4050(in)X
  3282. 4138(data-)X
  3283. 1131 2840(type)N
  3284. 1305(from)X
  3285. 1497(the)X
  3286. 2 f
  3287. 1631(n)X
  3288. 1 f
  3289. 1678(-th)X
  3290. 1803(dummy)X
  3291. 2082(argument)X
  3292. 2420(\(in)X
  3293. 2544(the)X
  3294. 2 f
  3295. 2677(SUBROUTINE)X
  3296. 1 f
  3297. 3197(or)X
  3298. 2 f
  3299. 3299(FUNCTION)X
  3300. 1 f
  3301. 3729(declaration\).)X
  3302. 4188(For)X
  3303. 1131 2936(instance,)N
  3304. 1434(if)X
  3305. 1503(the)X
  3306. 1621(user)X
  3307. 1775(de\256nes)X
  3308. 2022(a)X
  3309. 2078(subprogram)X
  3310. 2481(by)X
  3311. 7 f
  3312. 1371 3128(SUBROUTINE)N
  3313. 1899(SUBA\(X\))X
  3314. 1371 3224(REAL)N
  3315. 1611(X)X
  3316. 1 f
  3317. 1131 3454(and)N
  3318. 1267(elsewhere)X
  3319. 1609(invokes)X
  3320. 2 f
  3321. 1878(SUBA)X
  3322. 1 f
  3323. 2094(by)X
  3324. 7 f
  3325. 1371 3646(CALL)N
  3326. 1611(SUBA\(2\))X
  3327. 3 f
  3328. 1131 3876(Forchek)N
  3329. 1 f
  3330. 1440(will)X
  3331. 1588(detect)X
  3332. 1804(the)X
  3333. 1926(error.)X
  3334. 2147(The)X
  3335. 2296(reason)X
  3336. 2530(here)X
  3337. 2693(is)X
  3338. 2770(that)X
  3339. 2914(the)X
  3340. 3035(number)X
  3341. 3303(2)X
  3342. 3366(is)X
  3343. 3442(integer,)X
  3344. 3708(not)X
  3345. 3833(real.)X
  3346. 4017(The)X
  3347. 4165(user)X
  3348. 1131 3972(should)N
  3349. 1364(have)X
  3350. 1536(said)X
  3351. 7 f
  3352. 1371 4164(CALL)N
  3353. 1611(SUBA\(2.0\))X
  3354. 1 f
  3355. 1131 4394(When)N
  3356. 1347(checking)X
  3357. 1661(an)X
  3358. 1761(argument)X
  3359. 2088(which)X
  3360. 2308(is)X
  3361. 2384(a)X
  3362. 2443(subprogram,)X
  3363. 3 f
  3364. 2869(Forchek)X
  3365. 1 f
  3366. 3177(must)X
  3367. 3355(be)X
  3368. 3454(able)X
  3369. 3611(to)X
  3370. 3696(determine)X
  3371. 4040(whether)X
  3372. 1131 4490(it)N
  3373. 1200(is)X
  3374. 1278(a)X
  3375. 1339(function)X
  3376. 1631(or)X
  3377. 1723(a)X
  3378. 1784(subroutine.)X
  3379. 2187(The)X
  3380. 2337(rules)X
  3381. 2518(used)X
  3382. 2690(by)X
  3383. 3 f
  3384. 2795(Forchek)X
  3385. 1 f
  3386. 3105(to)X
  3387. 3192(do)X
  3388. 3297(this)X
  3389. 3437(are)X
  3390. 3561(as)X
  3391. 3653(follows:)X
  3392. 3960(If)X
  3393. 4039(the)X
  3394. 4161(sub-)X
  3395. 1131 4586(program,)N
  3396. 1454(besides)X
  3397. 1721(being)X
  3398. 1930(passed)X
  3399. 2174(as)X
  3400. 2271(an)X
  3401. 2377(actual)X
  3402. 2599(argument,)X
  3403. 2952(is)X
  3404. 3035(also)X
  3405. 3194(invoked)X
  3406. 3482(directly)X
  3407. 3757(elsewhere)X
  3408. 4109(in)X
  3409. 4201(the)X
  3410. 1131 4682(same)N
  3411. 1317(module,)X
  3412. 1598(then)X
  3413. 1757(its)X
  3414. 1853(type)X
  3415. 2012(is)X
  3416. 2086(determined)X
  3417. 2468(by)X
  3418. 2569(that)X
  3419. 2710(usage.)X
  3420. 2954(If)X
  3421. 3029(not,)X
  3422. 3172(then)X
  3423. 3330(if)X
  3424. 3399(the)X
  3425. 3517(name)X
  3426. 3711(of)X
  3427. 3798(the)X
  3428. 3916(subprogram)X
  3429. 1131 4778(does)N
  3430. 1304(not)X
  3431. 1432(appear)X
  3432. 1673(in)X
  3433. 1761(an)X
  3434. 1863(explicit)X
  3435. 2129(type)X
  3436. 2292(declaration,)X
  3437. 2694(it)X
  3438. 2763(is)X
  3439. 2841(assumed)X
  3440. 3142(to)X
  3441. 3229(be)X
  3442. 3330(a)X
  3443. 3391(subroutine;)X
  3444. 3776(if)X
  3445. 3850(it)X
  3446. 3919(is)X
  3447. 3997(explicitly)X
  3448. 1131 4874(typed)N
  3449. 1338(it)X
  3450. 1411(is)X
  3451. 1493(taken)X
  3452. 1696(as)X
  3453. 1792(a)X
  3454. 1856(function.)X
  3455. 2191(Therefore,)X
  3456. 2557(subroutines)X
  3457. 2954(passed)X
  3458. 3196(as)X
  3459. 3291(actual)X
  3460. 3511(arguments)X
  3461. 3873(need)X
  3462. 4053(only)X
  3463. 4223(be)X
  3464. 1131 4970(declared)N
  3465. 1426(by)X
  3466. 1528(an)X
  3467. 2 f
  3468. 1626(EXTERNAL)X
  3469. 1 f
  3470. 2034(statement)X
  3471. 2363(in)X
  3472. 2446(the)X
  3473. 2565(calling)X
  3474. 2804(module,)X
  3475. 3085(whereas)X
  3476. 3370(functions)X
  3477. 3689(must)X
  3478. 3865(also)X
  3479. 4015(be)X
  3480. 4112(expli-)X
  3481. 1131 5066(citly)N
  3482. 1293(typed)X
  3483. 1491(in)X
  3484. 1573(order)X
  3485. 1763(to)X
  3486. 1845(avoid)X
  3487. 2043(generating)X
  3488. 2402(this)X
  3489. 2537(error)X
  3490. 2714(message.)X
  3491. 2 f
  3492. 843 5200(Subprogram)N
  3493. 1263(invoked)X
  3494. 1533(inconsistently)X
  3495. 1 f
  3496. 1131 5296(Here)N
  3497. 1315(the)X
  3498. 1440(mismatch)X
  3499. 1778(is)X
  3500. 1857(between)X
  3501. 2151(the)X
  3502. 2275(datatype)X
  3503. 2573(of)X
  3504. 2666(the)X
  3505. 2790(subprogram)X
  3506. 3199(itself)X
  3507. 3385(as)X
  3508. 3478(used)X
  3509. 3651(and)X
  3510. 3793(as)X
  3511. 3886(de\256ned.)X
  3512. 4188(For)X
  3513. 1131 5392(instance,)N
  3514. 1434(if)X
  3515. 1503(the)X
  3516. 1621(user)X
  3517. 1775(declares)X
  3518. 7 f
  3519. 1371 5584(INTEGER)N
  3520. 1755(FUNCTION)X
  3521. 2187(COUNT\(A\))X
  3522. 1 f
  3523. 555 6144(7th)N
  3524. 677(Edition)X
  3525. 2171(21)X
  3526. 2271(August)X
  3527. 2522(1991)X
  3528. 4219(13)X
  3529.  
  3530. 14 p
  3531. %%Page: 12 12
  3532. 10 s 0 xH 0 xS 1 f
  3533. 555 384(FORCHEK)N
  3534. 941(\()X
  3535. 981(1L)X
  3536. 1083(\))X
  3537. 1954(UNIX)X
  3538. 2175(Programmer's)X
  3539. 2654(Manual)X
  3540. 3744(FORCHEK)X
  3541. 4130(\()X
  3542. 4170(1L)X
  3543. 4272(\))X
  3544. 1131 768(function.)N
  3545. 1474(This)X
  3546. 1652(message)X
  3547. 1960(indicates)X
  3548. 2281(that)X
  3549. 2437(the)X
  3550. 2571(function)X
  3551. 2873(was)X
  3552. 3033(not)X
  3553. 3170(assigned)X
  3554. 3481(a)X
  3555. 3552(value)X
  3556. 3761(before)X
  3557. 4002(the)X
  3558. 4135(point)X
  3559. 1131 864(where)N
  3560. 1353(a)X
  3561. 2 f
  3562. 1414(RETURN)X
  3563. 1 f
  3564. 1741(statement)X
  3565. 2073(was)X
  3566. 2223(found.)X
  3567. 2475(Therefore)X
  3568. 2817(it)X
  3569. 2885(is)X
  3570. 2962(possible)X
  3571. 3248(that)X
  3572. 3392(the)X
  3573. 3514(function)X
  3574. 3805(could)X
  3575. 4007(return)X
  3576. 4223(an)X
  3577. 1131 960(unde\256ned)N
  3578. 1467(value.)X
  3579. 2 f
  3580. 843 1094(Unknown)N
  3581. 1170(intrinsic)X
  3582. 1456(function)X
  3583. 1 f
  3584. 1131 1190(This)N
  3585. 1295(message)X
  3586. 1589(warns)X
  3587. 1803(the)X
  3588. 1923(user)X
  3589. 2079(that)X
  3590. 2221(a)X
  3591. 2279(name)X
  3592. 2475(declared)X
  3593. 2769(in)X
  3594. 2852(an)X
  3595. 2 f
  3596. 2949(INTRINSIC)X
  3597. 1 f
  3598. 3343(statement)X
  3599. 3671(is)X
  3600. 3745(unknown)X
  3601. 4064(to)X
  3602. 3 f
  3603. 4147(For-)X
  3604. 1131 1286(chek)N
  3605. 1 f
  3606. (.)S
  3607. 1362(Probably)X
  3608. 1682(it)X
  3609. 1757(is)X
  3610. 1841(a)X
  3611. 1908(nonstandard)X
  3612. 2331(intrinsic)X
  3613. 2624(function,)X
  3614. 2942(and)X
  3615. 3089(so)X
  3616. 3191(the)X
  3617. 3320(program)X
  3618. 3623(will)X
  3619. 3778(not)X
  3620. 3910(be)X
  3621. 4016(portable.)X
  3622. 1131 1382(The)N
  3623. 1276(function)X
  3624. 1563(will)X
  3625. 1707(be)X
  3626. 1803(treated)X
  3627. 2042(by)X
  3628. 3 f
  3629. 2142(Forchek)X
  3630. 1 f
  3631. 2447(as)X
  3632. 2534(a)X
  3633. 2590(user-de\256ned)X
  3634. 3007(function.)X
  3635. 843 1516(The)N
  3636. 988(following)X
  3637. 1319(messages)X
  3638. 1642(are)X
  3639. 1761(syntax)X
  3640. 1990(errors:)X
  3641. 2 f
  3642. 843 1650(syntax)N
  3643. 1068(error)X
  3644. 1 f
  3645. 1131 1746(The)N
  3646. 1277(parser,)X
  3647. 1515(which)X
  3648. 1732(analyzes)X
  3649. 2030(the)X
  3650. 2148(Fortran)X
  3651. 2404(program)X
  3652. 2696(into)X
  3653. 2840(expressions,)X
  3654. 3254(statements,)X
  3655. 3632(etc.,)X
  3656. 3786(has)X
  3657. 3913(been)X
  3658. 4085(unable)X
  3659. 1131 1842(to)N
  3660. 1217(\256nd)X
  3661. 1365(a)X
  3662. 1425(valid)X
  3663. 1608(interpretation)X
  3664. 2063(for)X
  3665. 2180(some)X
  3666. 2372(portion)X
  3667. 2626(of)X
  3668. 2716(a)X
  3669. 2775(statement)X
  3670. 3105(in)X
  3671. 3190(the)X
  3672. 3311(program.)X
  3673. 3646(If)X
  3674. 3723(the)X
  3675. 3844(compiler)X
  3676. 4152(does)X
  3677. 1131 1938(not)N
  3678. 1267(report)X
  3679. 1493(a)X
  3680. 1563(syntax)X
  3681. 1806(error)X
  3682. 1997(at)X
  3683. 2089(the)X
  3684. 2221(same)X
  3685. 2420(place,)X
  3686. 2644(the)X
  3687. 2776(most)X
  3688. 2965(common)X
  3689. 3279(explanations)X
  3690. 3718(are:)X
  3691. 3893(\(1\))X
  3692. 4021(use)X
  3693. 4162(of)X
  3694. 4263(a)X
  3695. 1131 2034(reserved)N
  3696. 1432(word)X
  3697. 1625(as)X
  3698. 1720(an)X
  3699. 1824(array)X
  3700. 2018(or)X
  3701. 2113(character)X
  3702. 2437(variable)X
  3703. 2724(\(see)X
  3704. 2882(Table)X
  3705. 3093(2)X
  3706. 3161(in)X
  3707. 3251(the)X
  3708. 3377(section)X
  3709. 3631(entitled)X
  3710. 3898("Limitations)X
  3711. 1131 2130(and)N
  3712. 1275(Extensions"\),)X
  3713. 1734(or)X
  3714. 1829(\(2\))X
  3715. 1951(use)X
  3716. 2086(of)X
  3717. 2181(an)X
  3718. 2284(extension)X
  3719. 2618(to)X
  3720. 2707(ANSI)X
  3721. 2921(standard)X
  3722. 3220(Fortran)X
  3723. 3483(that)X
  3724. 3630(is)X
  3725. 3710(not)X
  3726. 3839(recognized)X
  3727. 4219(by)X
  3728. 3 f
  3729. 1131 2226(Forchek)N
  3730. 1 f
  3731. 1416(.)X
  3732. 2 f
  3733. 843 2360(No)N
  3734. 956(path)X
  3735. 1118(to)X
  3736. 1200(this)X
  3737. 1335(statement)X
  3738. 3 f
  3739. 1131 2456(Forchek)N
  3740. 1 f
  3741. 1446(will)X
  3742. 1600(detect)X
  3743. 1822(statements)X
  3744. 2190(which)X
  3745. 2416(are)X
  3746. 2545(ignored)X
  3747. 2820(or)X
  3748. 2917(by-passed)X
  3749. 3267(because)X
  3750. 3551(there)X
  3751. 3741(is)X
  3752. 3823(no)X
  3753. 3932(foreseeable)X
  3754. 1131 2552(route)N
  3755. 1324(to)X
  3756. 1413(the)X
  3757. 1538(statement.)X
  3758. 1912(For)X
  3759. 2050(example,)X
  3760. 2369(an)X
  3761. 2472(unnumbered)X
  3762. 2900(statement)X
  3763. 3234(\(a)X
  3764. 3324(statement)X
  3765. 3658(without)X
  3766. 3929(a)X
  3767. 3992(statement)X
  3768. 1131 2648(label\),)N
  3769. 1354(occurring)X
  3770. 1682(immediately)X
  3771. 2102(after)X
  3772. 2270(a)X
  3773. 2 f
  3774. 2326(GOTO)X
  3775. 1 f
  3776. 2564(statement,)X
  3777. 2911(cannot)X
  3778. 3145(possibly)X
  3779. 3431(be)X
  3780. 3527(executed.)X
  3781. 2 f
  3782. 843 2782(Statement)N
  3783. 1179(out)X
  3784. 1301(of)X
  3785. 1383(order.)X
  3786. 3 f
  3787. 1131 2878(Forchek)N
  3788. 1 f
  3789. 1441(will)X
  3790. 1590(detect)X
  3791. 1807(statements)X
  3792. 2170(that)X
  3793. 2315(are)X
  3794. 2439(out)X
  3795. 2566(of)X
  3796. 2658(the)X
  3797. 2781(sequence)X
  3798. 3101(speci\256ed)X
  3799. 3411(for)X
  3800. 3529(ANSI)X
  3801. 3740(standard)X
  3802. 4036(Fortran-)X
  3803. 1131 2974(77.)N
  3804. 1281(Table)X
  3805. 1494(1)X
  3806. 1564(illustrates)X
  3807. 1905(the)X
  3808. 2033(allowed)X
  3809. 2317(sequence)X
  3810. 2642(of)X
  3811. 2739(statements)X
  3812. 3106(in)X
  3813. 3197(the)X
  3814. 3324(Fortran)X
  3815. 3589(language.)X
  3816. 3948(Statements)X
  3817. 1131 3070(which)N
  3818. 1360(are)X
  3819. 1492(out)X
  3820. 1627(of)X
  3821. 1727(order)X
  3822. 1930(are)X
  3823. 2061(nonetheless)X
  3824. 2467(interpreted)X
  3825. 2847(by)X
  3826. 3 f
  3827. 2959(Forchek)X
  3828. 1 f
  3829. 3244(,)X
  3830. 3296(to)X
  3831. 3390(prevent)X
  3832. 3663("cascades")X
  3833. 4043(of)X
  3834. 4142(error)X
  3835. 1131 3166(messages.)N
  3836. 7 f
  3837. 1131 3492(--------------------------------------------------------)N
  3838. 9 f
  3839. 1995 3588(|)N
  3840. 2731(|)X
  3841. 7 f
  3842. 2795(implicit)X
  3843. 9 f
  3844. 1995 3684(|)N
  3845. 7 f
  3846. 2107(parameter)X
  3847. 9 f
  3848. 2731(|)X
  3849. 7 f
  3850. (---------------------)S
  3851. 9 f
  3852. 1995 3780(|)N
  3853. 2731(|)X
  3854. 7 f
  3855. 2795(other)X
  3856. 3083(specification)X
  3857. 1515 3876(format)N
  3858. 9 f
  3859. 1995(|)X
  3860. 7 f
  3861. (---------------)S
  3862. 9 f
  3863. (|)S
  3864. 7 f
  3865. (---------------------)S
  3866. 1563 3972(and)N
  3867. 9 f
  3868. 1995(|)X
  3869. 2731(|)X
  3870. 7 f
  3871. 2795(statement-function)X
  3872. 1515 4068(entry)N
  3873. 9 f
  3874. 1995(|)X
  3875. 7 f
  3876. 2107(data)X
  3877. 9 f
  3878. 2731(|)X
  3879. 7 f
  3880. (---------------------)S
  3881. 9 f
  3882. 1995 4164(|)N
  3883. 2731(|)X
  3884. 7 f
  3885. 2795(executable)X
  3886. 1131 4260(--------------------------------------------------------)N
  3887. 1 f
  3888. 2187 4356(Table)N
  3889. 2390(1)X
  3890. 843 4586(The)N
  3891. 988(following)X
  3892. 1319(messages)X
  3893. 1642(are)X
  3894. 1761(informational)X
  3895. 2217(messages:)X
  3896. 2 f
  3897. 843 4720(Declared)N
  3898. 1162(but)X
  3899. 1284(never)X
  3900. 1483(referenced)X
  3901. 1 f
  3902. 1131 4816(Detects)N
  3903. 1408(any)X
  3904. 1560(identi\256ers)X
  3905. 1916(that)X
  3906. 2072(were)X
  3907. 2265(declared)X
  3908. 2574(in)X
  3909. 2672(your)X
  3910. 2855(program)X
  3911. 3163(but)X
  3912. 3300(were)X
  3913. 3492(never)X
  3914. 3706(used,)X
  3915. 3908(either)X
  3916. 4126(to)X
  3917. 4223(be)X
  3918. 1131 4912(assigned)N
  3919. 1427(a)X
  3920. 1483(value)X
  3921. 1677(or)X
  3922. 1764(to)X
  3923. 1846(have)X
  3924. 2018(their)X
  3925. 2185(value)X
  3926. 2379(accessed.)X
  3927. 2721(Variables)X
  3928. 3049(in)X
  3929. 2 f
  3930. 3131(COMMON)X
  3931. 1 f
  3932. 3507(are)X
  3933. 3626(excluded.)X
  3934. 2 f
  3935. 843 5046(Variables)N
  3936. 1174(used)X
  3937. 1341(before)X
  3938. 1566(set)X
  3939. 1 f
  3940. 1131 5142(This)N
  3941. 1295(message)X
  3942. 1589(indicates)X
  3943. 1896(that)X
  3944. 2037(an)X
  3945. 2134(identi\256er)X
  3946. 2444(is)X
  3947. 2518(used)X
  3948. 2686(to)X
  3949. 2769(compute)X
  3950. 3066(a)X
  3951. 3123(value)X
  3952. 3318(prior)X
  3953. 3495(to)X
  3954. 3578(its)X
  3955. 3674(initialization.)X
  3956. 4139(Such)X
  3957. 1131 5238(usage)N
  3958. 1334(may)X
  3959. 1492(lead)X
  3960. 1646(to)X
  3961. 1728(an)X
  3962. 1824(incorrect)X
  3963. 2130(value)X
  3964. 2324(being)X
  3965. 2522(computed.)X
  3966. 2 f
  3967. 843 5372(Variables)N
  3968. 1174(may)X
  3969. 1328(be)X
  3970. 1424(used)X
  3971. 1591(before)X
  3972. 1816(set)X
  3973. 1 f
  3974. 1131 5468(Similar)N
  3975. 1394(to)X
  3976. 1484(used)X
  3977. 1659(before)X
  3978. 1893(set)X
  3979. 2010(except)X
  3980. 2248(that)X
  3981. 3 f
  3982. 2396(Forchek)X
  3983. 1 f
  3984. 2709(is)X
  3985. 2790(not)X
  3986. 2920(able)X
  3987. 3081(to)X
  3988. 3170(determine)X
  3989. 3518(its)X
  3990. 3620(status)X
  3991. 3829(with)X
  3992. 3998(certainty.)X
  3993. 3 f
  3994. 1131 5564(Forchek)N
  3995. 1 f
  3996. 1441(assumes)X
  3997. 1733(a)X
  3998. 1794(variable)X
  3999. 2078(may)X
  4000. 2241(be)X
  4001. 2342(used)X
  4002. 2514(before)X
  4003. 2745(set)X
  4004. 2859(if)X
  4005. 2933(the)X
  4006. 3056(\256rst)X
  4007. 3205(usage)X
  4008. 3413(of)X
  4009. 3504(the)X
  4010. 3626(variable)X
  4011. 3909(occurs)X
  4012. 4143(prior)X
  4013. 1131 5660(in)N
  4014. 1213(the)X
  4015. 1331(program)X
  4016. 1623(text)X
  4017. 1763(to)X
  4018. 1845(its)X
  4019. 1940(assignment.)X
  4020. 555 6144(7th)N
  4021. 677(Edition)X
  4022. 2171(21)X
  4023. 2271(August)X
  4024. 2522(1991)X
  4025. 4219(12)X
  4026.  
  4027. 13 p
  4028. %%Page: 11 11
  4029. 10 s 0 xH 0 xS 1 f
  4030. 555 384(FORCHEK)N
  4031. 941(\()X
  4032. 981(1L)X
  4033. 1083(\))X
  4034. 1954(UNIX)X
  4035. 2175(Programmer's)X
  4036. 2654(Manual)X
  4037. 3744(FORCHEK)X
  4038. 4130(\()X
  4039. 4170(1L)X
  4040. 4272(\))X
  4041. 843 768(Most)N
  4042. 1033(error)X
  4043. 1216(messages)X
  4044. 1544(are)X
  4045. 1668(self-explanatory.)X
  4046. 2255(Those)X
  4047. 2476(which)X
  4048. 2697(need)X
  4049. 2874(a)X
  4050. 2935(brief)X
  4051. 3112(explanation)X
  4052. 3511(are)X
  4053. 3635(listed)X
  4054. 3833(below.)X
  4055. 4094(Please)X
  4056. 843 864(note)N
  4057. 1004(that)X
  4058. 1147(any)X
  4059. 1286(error)X
  4060. 1466(messages)X
  4061. 1792(which)X
  4062. 2011(begin)X
  4063. 2212(with)X
  4064. 2 f
  4065. 2377(oops)X
  4066. 1 f
  4067. 2550(refer)X
  4068. 2725(to)X
  4069. 2809(technical)X
  4070. 3121(conditions)X
  4071. 3476(and)X
  4072. 3614(indicate)X
  4073. 3890(bugs)X
  4074. 4063(in)X
  4075. 3 f
  4076. 4147(For-)X
  4077. 843 960(chek)N
  4078. 1 f
  4079. 1023(or)X
  4080. 1110(that)X
  4081. 1250(its)X
  4082. 1345(resources)X
  4083. 1669(have)X
  4084. 1841(been)X
  4085. 2013(exceeded.)X
  4086. 843 1094(The)N
  4087. 988(following)X
  4088. 1319(messages)X
  4089. 1642(warn)X
  4090. 1823(about)X
  4091. 2021(portability)X
  4092. 2374(or)X
  4093. 2461(nonstandard)X
  4094. 2873(usages:)X
  4095. 2 f
  4096. 843 1228(Nonstandard)N
  4097. 1280(format)X
  4098. 1513(item)X
  4099. 3 f
  4100. 1131 1324(Forchek)N
  4101. 1 f
  4102. 1441(will)X
  4103. 1590(\257ag)X
  4104. 1735(nonstandard)X
  4105. 2152(items)X
  4106. 2350(in)X
  4107. 2437(a)X
  4108. 2 f
  4109. 2498(FORMAT)X
  4110. 1 f
  4111. 2838(statement)X
  4112. 3169(which)X
  4113. 3389(may)X
  4114. 3551(not)X
  4115. 3677(be)X
  4116. 3777(compatible)X
  4117. 4157(with)X
  4118. 1131 1420(other)N
  4119. 1316(systems.)X
  4120. 2 f
  4121. 843 1554(characters)N
  4122. 1206(past)X
  4123. 1359(72)X
  4124. 1459(columns)X
  4125. 1 f
  4126. 1131 1650(A)N
  4127. 1225(statement)X
  4128. 1568(has)X
  4129. 1711(been)X
  4130. 1899(read)X
  4131. 2074(which)X
  4132. 2306(has)X
  4133. 2449(nonblank)X
  4134. 2783(characters)X
  4135. 3146(past)X
  4136. 3311(column)X
  4137. 3587(72.)X
  4138. 3743(Standard)X
  4139. 4063(Fortran)X
  4140. 1131 1746(ignores)N
  4141. 1394(all)X
  4142. 1501(text)X
  4143. 1648(in)X
  4144. 1737(those)X
  4145. 1933(columns,)X
  4146. 2251(but)X
  4147. 2380(many)X
  4148. 2585(compilers)X
  4149. 2928(do)X
  4150. 3035(not.)X
  4151. 3204(Thus)X
  4152. 3391(the)X
  4153. 3516(program)X
  4154. 3814(may)X
  4155. 3978(be)X
  4156. 4080(treated)X
  4157. 1131 1842(differently)N
  4158. 1490(by)X
  4159. 1590(different)X
  4160. 1887(compilers.)X
  4161. 2 f
  4162. 843 1976(Warning:)N
  4163. 1190(\256le)X
  4164. 1308(contains)X
  4165. 1599(tabs.)X
  4166. 1792(May)X
  4167. 1955(not)X
  4168. 2077(be)X
  4169. 2173(portable.)X
  4170. 3 f
  4171. 1131 2072(Forchek)N
  4172. 1 f
  4173. 1442(expands)X
  4174. 1730(tabs)X
  4175. 1884(to)X
  4176. 1971(be)X
  4177. 2072(equivalent)X
  4178. 2431(to)X
  4179. 2518(spaces)X
  4180. 2753(up)X
  4181. 2858(to)X
  4182. 2945(the)X
  4183. 3068(next)X
  4184. 3231(column)X
  4185. 3496(which)X
  4186. 3717(is)X
  4187. 3795(a)X
  4188. 3856(multiple)X
  4189. 4147(of)X
  4190. 4239(8.)X
  4191. 1131 2168(Some)N
  4192. 1338(compilers)X
  4193. 1679(treat)X
  4194. 1847(tabs)X
  4195. 2001(differently,)X
  4196. 2385(and)X
  4197. 2526(also)X
  4198. 2679(it)X
  4199. 2747(is)X
  4200. 2824(possible)X
  4201. 3110(that)X
  4202. 3254(\256les)X
  4203. 3411(sent)X
  4204. 3564(by)X
  4205. 3668(electronic)X
  4206. 4009(mail)X
  4207. 4175(will)X
  4208. 1131 2264(have)N
  4209. 1308(the)X
  4210. 1431(tabs)X
  4211. 1585(converted)X
  4212. 1927(to)X
  4213. 2014(blanks)X
  4214. 2248(in)X
  4215. 2335(some)X
  4216. 2529(way.)X
  4217. 2728(Therefore)X
  4218. 3071(\256les)X
  4219. 3229(containing)X
  4220. 3592(tabs)X
  4221. 3746(may)X
  4222. 3908(not)X
  4223. 4034(be)X
  4224. 4134(com-)X
  4225. 1131 2360(piled)N
  4226. 1324(correctly)X
  4227. 1642(after)X
  4228. 1822(being)X
  4229. 2032(transferred.)X
  4230. 3 f
  4231. 2453(Forchek)X
  4232. 1 f
  4233. 2770(does)X
  4234. 2949(not)X
  4235. 3083(give)X
  4236. 3253(this)X
  4237. 3400(message)X
  4238. 3704(if)X
  4239. 3785(tabs)X
  4240. 3946(only)X
  4241. 4120(occur)X
  4242. 1131 2456(within)N
  4243. 1355(comments)X
  4244. 1704(or)X
  4245. 1791(strings.)X
  4246. 2 f
  4247. 843 2590(nonstandard)N
  4248. 1267(type)X
  4249. 1421(usage)X
  4250. 1628(in)X
  4251. 1710(expression)X
  4252. 1 f
  4253. 1131 2686(The)N
  4254. 1277(program)X
  4255. 1570(contains)X
  4256. 1858(an)X
  4257. 1955(operation)X
  4258. 2279(such)X
  4259. 2446(as)X
  4260. 2533(a)X
  4261. 2589(logical)X
  4262. 2827(operation)X
  4263. 3150(between)X
  4264. 3438(integers,)X
  4265. 3732(which)X
  4266. 3948(is)X
  4267. 4021(not)X
  4268. 4143(stan-)X
  4269. 1131 2782(dard,)N
  4270. 1314(and)X
  4271. 1450(may)X
  4272. 1608(not)X
  4273. 1730(be)X
  4274. 1826(acceptable)X
  4275. 2186(to)X
  4276. 2268(some)X
  4277. 2457(compilers.)X
  4278. 2 f
  4279. 843 2916(Common)N
  4280. 1152(block)X
  4281. 1346(has)X
  4282. 1477(mixed)X
  4283. 1689(character)X
  4284. 2021(and)X
  4285. 2161(non-character)X
  4286. 2640(variables)X
  4287. 843 3050(Common)N
  4288. 1152(block)X
  4289. 1346(has)X
  4290. 1477(long)X
  4291. 1639(data)X
  4292. 1801(type)X
  4293. 1955(following)X
  4294. 2276(short)X
  4295. 2460(data)X
  4296. 2622(type)X
  4297. 1 f
  4298. 1131 3146(The)N
  4299. 1284(ANSI)X
  4300. 1499(standard)X
  4301. 1799(requires)X
  4302. 2086(that)X
  4303. 2234(if)X
  4304. 2311(any)X
  4305. 2454(variable)X
  4306. 2740(in)X
  4307. 2829(a)X
  4308. 2 f
  4309. 2892(COMMON)X
  4310. 1 f
  4311. 3275(block)X
  4312. 3480(is)X
  4313. 3560(of)X
  4314. 3654(type)X
  4315. 2 f
  4316. 3819(CHARACTER)X
  4317. 1 f
  4318. 4279(,)X
  4319. 1131 3242(then)N
  4320. 1295(all)X
  4321. 1401(other)X
  4322. 1592(variables)X
  4323. 1908(in)X
  4324. 1996(the)X
  4325. 2120(same)X
  4326. 2 f
  4327. 2311(COMMON)X
  4328. 1 f
  4329. 2693(block)X
  4330. 2897(must)X
  4331. 3078(also)X
  4332. 3233(be)X
  4333. 3335(of)X
  4334. 3428(type)X
  4335. 2 f
  4336. 3592(CHARACTER)X
  4337. 1 f
  4338. 4052(.)X
  4339. 4117(Some)X
  4340. 1131 3338(compilers)N
  4341. 1470(additionally)X
  4342. 1875(require)X
  4343. 2126(that)X
  4344. 2269(if)X
  4345. 2341(a)X
  4346. 2 f
  4347. 2400(COMMON)X
  4348. 1 f
  4349. 2779(block)X
  4350. 2980(contains)X
  4351. 3270(mixed)X
  4352. 3493(data)X
  4353. 3650(types,)X
  4354. 3862(all)X
  4355. 3965(long)X
  4356. 4130(types)X
  4357. 1131 3434(\(namely)N
  4358. 2 f
  4359. 1415(DOUBLE)X
  4360. 1752(PRECISION)X
  4361. 1 f
  4362. 2178(and)X
  4363. 2 f
  4364. 2315(COMPLEX)X
  4365. 1 f
  4366. 2691(\))X
  4367. 2739(must)X
  4368. 2915(precede)X
  4369. 3187(all)X
  4370. 3288(short)X
  4371. 3469(types)X
  4372. 3659(\(namely)X
  4373. 2 f
  4374. 3943(INTEGER)X
  4375. 1 f
  4376. 4279(,)X
  4377. 2 f
  4378. 1131 3530(REAL)N
  4379. 1 f
  4380. 1329(,)X
  4381. 2 f
  4382. 1369(etc.)X
  4383. 1 f
  4384. 1490(\).)X
  4385. 843 3664(The)N
  4386. 988(following)X
  4387. 1319(messages)X
  4388. 1642(are)X
  4389. 1761(warning)X
  4390. 2044(messages:)X
  4391. 2 f
  4392. 843 3798(Integer)N
  4393. 1095(quotient)X
  4394. 1377(expr)X
  4395. 1540(converted)X
  4396. 1877(to)X
  4397. 1959(real)X
  4398. 843 3932(integer)N
  4399. 1090(quotient)X
  4400. 1372(expr)X
  4401. 1535(used)X
  4402. 1702(in)X
  4403. 1784(exponent)X
  4404. 1 f
  4405. 1131 4028(The)N
  4406. 1293(quotient)X
  4407. 1592(of)X
  4408. 1696(two)X
  4409. 1853(integers)X
  4410. 2144(results)X
  4411. 2390(in)X
  4412. 2489(an)X
  4413. 2602(integer)X
  4414. 2862(type)X
  4415. 3037(result,)X
  4416. 3272(in)X
  4417. 3371(which)X
  4418. 3604(the)X
  4419. 3739(fractional)X
  4420. 4084(part)X
  4421. 4246(is)X
  4422. 1131 4124(dropped.)N
  4423. 1461(If)X
  4424. 1541(such)X
  4425. 1714(an)X
  4426. 1816(integer)X
  4427. 2065(expression)X
  4428. 2434(involving)X
  4429. 2766(division)X
  4430. 3049(is)X
  4431. 3128(later)X
  4432. 3297(converted)X
  4433. 3640(to)X
  4434. 3728(a)X
  4435. 3790(real)X
  4436. 3937(datatype,)X
  4437. 4255(it)X
  4438. 1131 4220(may)N
  4439. 1298(be)X
  4440. 1403(that)X
  4441. 1552(a)X
  4442. 1617(real)X
  4443. 1767(type)X
  4444. 1933(division)X
  4445. 2218(had)X
  4446. 2362(been)X
  4447. 2542(intended.)X
  4448. 2886(Likewise,)X
  4449. 3228(if)X
  4450. 3305(it)X
  4451. 3377(is)X
  4452. 3458(used)X
  4453. 3633(as)X
  4454. 3728(an)X
  4455. 3832(exponent,)X
  4456. 4174(it)X
  4457. 4246(is)X
  4458. 1131 4316(likely)N
  4459. 1333(that)X
  4460. 1473(a)X
  4461. 1529(real)X
  4462. 1670(type)X
  4463. 1828(division)X
  4464. 2105(was)X
  4465. 2250(intended.)X
  4466. 2 f
  4467. 843 4450(real)N
  4468. 992(truncated)X
  4469. 1319(to)X
  4470. 1401(intg)X
  4471. 3 f
  4472. 1131 4546(Forchek)N
  4473. 1 f
  4474. 1445(has)X
  4475. 1581(detected)X
  4476. 1878(an)X
  4477. 1983(assignment)X
  4478. 2372(statement)X
  4479. 2708(which)X
  4480. 2933(has)X
  4481. 3069(a)X
  4482. 3134(real)X
  4483. 3284(expression)X
  4484. 3656(on)X
  4485. 3765(the)X
  4486. 3892(right,)X
  4487. 4092(but)X
  4488. 4223(an)X
  4489. 1131 4642(integer)N
  4490. 1375(variable)X
  4491. 1655(on)X
  4492. 1756(the)X
  4493. 1875(left.)X
  4494. 2043(The)X
  4495. 2189(fractional)X
  4496. 2518(part)X
  4497. 2664(of)X
  4498. 2752(the)X
  4499. 2870(real)X
  4500. 3011(value)X
  4501. 3205(will)X
  4502. 3349(be)X
  4503. 3445(lost.)X
  4504. 3620(If)X
  4505. 3694(you)X
  4506. 3834(explicitly)X
  4507. 4156(con-)X
  4508. 1131 4738(vert)N
  4509. 1286(the)X
  4510. 1413(real)X
  4511. 1563(expression)X
  4512. 1935(to)X
  4513. 2026(integer)X
  4514. 2278(using)X
  4515. 2480(the)X
  4516. 2 f
  4517. 2607(INT)X
  4518. 1 f
  4519. 2760(or)X
  4520. 2 f
  4521. 2856(NINT)X
  4522. 1 f
  4523. 3062(intrinsic)X
  4524. 3353(function,)X
  4525. 3669(no)X
  4526. 3778(warning)X
  4527. 4070(will)X
  4528. 4223(be)X
  4529. 1131 4834(printed.)N
  4530. 1425(A)X
  4531. 1510(similar)X
  4532. 1759(message)X
  4533. 2058(is)X
  4534. 2138(printed)X
  4535. 2392(if)X
  4536. 2468(a)X
  4537. 2531(double)X
  4538. 2776(precision)X
  4539. 3097(expression)X
  4540. 3467(is)X
  4541. 3547(assigned)X
  4542. 3850(to)X
  4543. 3938(a)X
  4544. 4000(real)X
  4545. 4147(vari-)X
  4546. 1131 4930(able,)N
  4547. 1305(etc.)X
  4548. 2 f
  4549. 843 5064(Continuation)N
  4550. 1284(follows)X
  4551. 1534(comment)X
  4552. 1844(or)X
  4553. 1935(blank)X
  4554. 2133(line)X
  4555. 3 f
  4556. 1131 5160(Forchek)N
  4557. 1 f
  4558. 1442(issues)X
  4559. 1659(this)X
  4560. 1800(warning)X
  4561. 2089(message)X
  4562. 2387(to)X
  4563. 2475(alert)X
  4564. 2644(the)X
  4565. 2768(user)X
  4566. 2928(that)X
  4567. 3074(a)X
  4568. 3136(continuation)X
  4569. 3562(of)X
  4570. 3654(a)X
  4571. 3715(statement)X
  4572. 4047(is)X
  4573. 4125(inter-)X
  4574. 1131 5256(spersed)N
  4575. 1392(with)X
  4576. 1554(comments,)X
  4577. 1923(making)X
  4578. 2183(it)X
  4579. 2247(easy)X
  4580. 2410(to)X
  4581. 2492(overlook.)X
  4582. 2 f
  4583. 843 5390(Possible)N
  4584. 1134(division)X
  4585. 1407(by)X
  4586. 1503(zero)X
  4587. 1 f
  4588. 1131 5486(This)N
  4589. 1294(message)X
  4590. 1587(is)X
  4591. 1661(printed)X
  4592. 1909(out)X
  4593. 2032(wherever)X
  4594. 2353(division)X
  4595. 2631(is)X
  4596. 2705(done)X
  4597. 2882(\(except)X
  4598. 3140(division)X
  4599. 3418(by)X
  4600. 3519(a)X
  4601. 3576(constant\),)X
  4602. 3911(if)X
  4603. 3981(the)X
  4604. 3 f
  4605. 9 f
  4606. 4100(-)X
  4607. 3 f
  4608. 4144(divi-)X
  4609. 1131 5582(sion)N
  4610. 1 f
  4611. 1288(option)X
  4612. 1512(was)X
  4613. 1657(selected.)X
  4614. 2 f
  4615. 843 5716(NAME)N
  4616. 1081(not)X
  4617. 1203(set)X
  4618. 1312(when)X
  4619. 1501(RETURN)X
  4620. 1823(encountered)X
  4621. 1 f
  4622. 1131 5812(The)N
  4623. 1289(way)X
  4624. 1456(that)X
  4625. 1609(functions)X
  4626. 1940(in)X
  4627. 2035(Fortran)X
  4628. 2304(return)X
  4629. 2529(a)X
  4630. 2598(value)X
  4631. 2805(is)X
  4632. 2890(by)X
  4633. 3002(assigning)X
  4634. 3336(the)X
  4635. 3466(value)X
  4636. 3672(to)X
  4637. 3766(the)X
  4638. 3896(name)X
  4639. 4102(of)X
  4640. 4201(the)X
  4641. 555 6196(7th)N
  4642. 677(Edition)X
  4643. 2171(21)X
  4644. 2271(August)X
  4645. 2522(1991)X
  4646. 4219(11)X
  4647.  
  4648. 12 p
  4649. %%Page: 10 10
  4650. 10 s 0 xH 0 xS 1 f
  4651. 555 384(FORCHEK)N
  4652. 941(\()X
  4653. 981(1L)X
  4654. 1083(\))X
  4655. 1954(UNIX)X
  4656. 2175(Programmer's)X
  4657. 2654(Manual)X
  4658. 3744(FORCHEK)X
  4659. 4130(\()X
  4660. 4170(1L)X
  4661. 4272(\))X
  4662. 7 f
  4663. 843 768(C)N
  4664. 843 864(C)N
  4665. 1227 960(PROGRAM)N
  4666. 1611(AVENUM)X
  4667. 843 1056(C)N
  4668. 843 1152(C)N
  4669. 1995(MAIN)X
  4670. 2235(PROGRAM)X
  4671. 843 1248(C)N
  4672. 843 1344(C)N
  4673. 1227(AUTHOR:)X
  4674. 1707(LOIS)X
  4675. 1947(BIGBIE)X
  4676. 843 1440(C)N
  4677. 1227(DATE:)X
  4678. 1707(MAY)X
  4679. 1899(15,)X
  4680. 2091(1990)X
  4681. 843 1536(C)N
  4682. 843 1632(C)N
  4683. 1227(Variables:)X
  4684. 843 1728(C)N
  4685. 1611(MAXNOS)X
  4686. 1947(->)X
  4687. 2091(maximum)X
  4688. 2475(number)X
  4689. 2811(of)X
  4690. 2955(input)X
  4691. 3243(values)X
  4692. 843 1824(C)N
  4693. 1611(NUMS)X
  4694. 1995(->)X
  4695. 2139(an)X
  4696. 2283(array)X
  4697. 2571(of)X
  4698. 2715(numbers)X
  4699. 843 1920(C)N
  4700. 1611(COUNT)X
  4701. 1995(->)X
  4702. 2139(exact)X
  4703. 2427(number)X
  4704. 2763(of)X
  4705. 2907(input)X
  4706. 3195(values)X
  4707. 843 2016(C)N
  4708. 1611(AVG)X
  4709. 1995(->)X
  4710. 2139(average)X
  4711. 2523(returned)X
  4712. 2955(by)X
  4713. 3099(COMPAV)X
  4714. 843 2112(C)N
  4715. 1611(I)X
  4716. 1995(->)X
  4717. 2139(loop)X
  4718. 2379(counter)X
  4719. 843 2208(C)N
  4720. 843 2304(C)N
  4721. 1419 2400(INTEGER)N
  4722. 1803(MAXNOS)X
  4723. 1419 2496(PARAMETER\(MAXNOS=5\))N
  4724. 1419 2592(INTEGER)N
  4725. 1803(I,)X
  4726. 1947(NUMS\(MAXNOS\),)X
  4727. 2619(COUNT)X
  4728. 1419 2688(REAL)N
  4729. 1659(AVG,COMPAV)X
  4730. 1419 2784(COUNT)N
  4731. 1707(=)X
  4732. 1803(0)X
  4733. 1419 2880(DO)N
  4734. 1563(80)X
  4735. 1707(I)X
  4736. 1803(=)X
  4737. 1899(1,MAXNOS)X
  4738. 1611 2976(READ)N
  4739. 1851(\(5,)X
  4740. 9 f
  4741. (*)S
  4742. 7 f
  4743. (,END=100\))S
  4744. 2515(NUMS\(I\))X
  4745. 1611 3072(COUNT)N
  4746. 1899(=)X
  4747. 1995(COUNT)X
  4748. 2283(+)X
  4749. 2379(1)X
  4750. 843 3168(80)N
  4751. 1419(CONTINUE)X
  4752. 843 3264(100)N
  4753. 1419(AVG)X
  4754. 1611(=)X
  4755. 1707(COMPAV\(NUMS,)X
  4756. 2331(COUNT\))X
  4757. 1419 3360(WRITE\(6,)N
  4758. 9 f
  4759. (*)S
  4760. 7 f
  4761. (\))S
  4762. 1939('AVERAGE)X
  4763. 2371(=',AVG)X
  4764. 1227 3456(END)N
  4765. 843 3686($)N
  4766. 939(run)X
  4767. 1131(average)X
  4768. 843 3782(70)N
  4769. 843 3878(90)N
  4770. 843 3974(85)N
  4771. 843 4070(<EOF>)N
  4772. 843 4166(AVERAGE)N
  4773. 1227(=)X
  4774. 1419(81.66666)X
  4775. 843 4262($)N
  4776. 1 f
  4777. 843 4492(With)N
  4778. 3 f
  4779. 1023(Forchek)X
  4780. 1 f
  4781. 1308('s)X
  4782. 1386(help,)X
  4783. 1564(our)X
  4784. 1691(program)X
  4785. 1983(is)X
  4786. 2056(a)X
  4787. 2112(success!)X
  4788. 3 f
  4789. 9 s
  4790. 555 4626(INTERPRETING)N
  4791. 1129(THE)X
  4792. 1299(OUTPUT)X
  4793. 10 s
  4794. 843 4722(Forchek)N
  4795. 1 f
  4796. 1152(will)X
  4797. 1300(print)X
  4798. 1475(out)X
  4799. 1600(four)X
  4800. 1757(main)X
  4801. 1940(types)X
  4802. 2132(of)X
  4803. 2222(messages.)X
  4804. 2588(They)X
  4805. 2776(are)X
  4806. 2898(portability)X
  4807. 3254(warnings,)X
  4808. 3591(other)X
  4809. 3779(warnings,)X
  4810. 4116(infor-)X
  4811. 843 4818(mational)N
  4812. 1154(messages,)X
  4813. 1508(and)X
  4814. 1655(syntax)X
  4815. 1895(errors.)X
  4816. 2154(Portability)X
  4817. 2521(warnings)X
  4818. 2845(specify)X
  4819. 3107(nonstandard)X
  4820. 3529(usages)X
  4821. 3773(that)X
  4822. 3923(may)X
  4823. 4091(not)X
  4824. 4223(be)X
  4825. 843 4914(accepted)N
  4826. 1148(by)X
  4827. 1251(other)X
  4828. 1439(compilers.)X
  4829. 1818(Other)X
  4830. 2024(warning)X
  4831. 2310(messages)X
  4832. 2636(report)X
  4833. 2851(potential)X
  4834. 3154(errors)X
  4835. 3365(that)X
  4836. 3507(are)X
  4837. 3628(not)X
  4838. 3752(normally)X
  4839. 4063(\257agged)X
  4840. 843 5010(by)N
  4841. 947(a)X
  4842. 1007(compiler.)X
  4843. 1356(Informational)X
  4844. 1821(messages)X
  4845. 2148(consist)X
  4846. 2394(of)X
  4847. 2485(warnings)X
  4848. 2803(which)X
  4849. 3023(may)X
  4850. 3185(assist)X
  4851. 3382(the)X
  4852. 3504(user)X
  4853. 3662(in)X
  4854. 3748(the)X
  4855. 3870(debugging)X
  4856. 4232(of)X
  4857. 843 5106(their)N
  4858. 1010(Fortran)X
  4859. 1266(program.)X
  4860. 843 5240(Syntax)N
  4861. 1096(errors)X
  4862. 1315(are)X
  4863. 1445(violations)X
  4864. 1791(of)X
  4865. 1889(the)X
  4866. 2018(Fortran)X
  4867. 2285(language.)X
  4868. 2645(The)X
  4869. 2800(user)X
  4870. 2964(should)X
  4871. 3207(have)X
  4872. 3389(already)X
  4873. 3656(eliminated)X
  4874. 4024(these)X
  4875. 4219(by)X
  4876. 843 5336(using)N
  4877. 1043(the)X
  4878. 1168(Fortran)X
  4879. 1431(compiler.)X
  4880. 3 f
  4881. 1783(Forchek)X
  4882. 1 f
  4883. 2095(does)X
  4884. 2269(not)X
  4885. 2398(detect)X
  4886. 2617(all)X
  4887. 2724(syntax)X
  4888. 2960(errors.)X
  4889. 3215(Generally,)X
  4890. 3 f
  4891. 3579(Forchek)X
  4892. 1 f
  4893. 3891(only)X
  4894. 4059(does)X
  4895. 4232(as)X
  4896. 843 5432(much)N
  4897. 1041(syntactic)X
  4898. 1346(error)X
  4899. 1523(checking)X
  4900. 1833(as)X
  4901. 1920(is)X
  4902. 1993(necessary)X
  4903. 2326(in)X
  4904. 2408(order)X
  4905. 2598(for)X
  4906. 2712(it)X
  4907. 2776(to)X
  4908. 2858(work)X
  4909. 3043(properly.)X
  4910. 843 5566(If)N
  4911. 3 f
  4912. 920(Forchek)X
  4913. 1 f
  4914. 1228(gives)X
  4915. 1420(you)X
  4916. 1563(a)X
  4917. 1622(syntax)X
  4918. 1854(error)X
  4919. 2034(message)X
  4920. 2329(when)X
  4921. 2526(the)X
  4922. 2647(compiler)X
  4923. 2955(does)X
  4924. 3125(not,)X
  4925. 3270(it)X
  4926. 3337(is)X
  4927. 3412(probably)X
  4928. 3719(because)X
  4929. 3996(your)X
  4930. 4165(pro-)X
  4931. 843 5662(gram)N
  4932. 1030(contains)X
  4933. 1319(an)X
  4934. 1417(extension)X
  4935. 1746(to)X
  4936. 1830(standard)X
  4937. 2124(Fortran)X
  4938. 2382(which)X
  4939. 2600(is)X
  4940. 2675(accepted)X
  4941. 2979(by)X
  4942. 3081(the)X
  4943. 3201(compiler)X
  4944. 3508(but)X
  4945. 3631(not)X
  4946. 3754(by)X
  4947. 3 f
  4948. 3855(Forchek)X
  4949. 1 f
  4950. 4140(.)X
  4951. 4201(On)X
  4952. 843 5758(a)N
  4953. 904(VAX/VMS)X
  4954. 1298(system,)X
  4955. 1565(you)X
  4956. 1710(can)X
  4957. 1847(use)X
  4958. 1978(the)X
  4959. 2100(compiler)X
  4960. 2409(option)X
  4961. 7 f
  4962. 2665(/STANDARD)X
  4963. 1 f
  4964. 3121(to)X
  4965. 3207(cause)X
  4966. 3410(the)X
  4967. 3532(compiler)X
  4968. 3841(to)X
  4969. 3927(accept)X
  4970. 4157(only)X
  4971. 843 5854(standard)N
  4972. 1135(Fortran.)X
  4973. 1431(On)X
  4974. 1549(most)X
  4975. 1724(Unix)X
  4976. 1904(systems,)X
  4977. 2197(this)X
  4978. 2332(can)X
  4979. 2464(be)X
  4980. 2560(accomplished)X
  4981. 3021(by)X
  4982. 3121(setting)X
  4983. 3354(the)X
  4984. 3472(\257ag)X
  4985. 3 f
  4986. 9 f
  4987. 3612(-)X
  4988. 3 f
  4989. 3656(ansi)X
  4990. 1 f
  4991. 3793(.)X
  4992. 555 6238(7th)N
  4993. 677(Edition)X
  4994. 2171(21)X
  4995. 2271(August)X
  4996. 2522(1991)X
  4997. 4219(10)X
  4998.  
  4999. 11 p
  5000. %%Page: 9 9
  5001. 10 s 0 xH 0 xS 1 f
  5002. 555 384(FORCHEK)N
  5003. 941(\()X
  5004. 981(1L)X
  5005. 1083(\))X
  5006. 1954(UNIX)X
  5007. 2175(Programmer's)X
  5008. 2654(Manual)X
  5009. 3744(FORCHEK)X
  5010. 4130(\()X
  5011. 4170(1L)X
  5012. 4272(\))X
  5013. 7 f
  5014. 9 f
  5015. 843 768(*)N
  5016. 7 f
  5017. 931(Variable)X
  5018. 1363(not)X
  5019. 1555(declared.)X
  5020. 2035(Type)X
  5021. 2275(has)X
  5022. 2467(been)X
  5023. 2707(implicitly)X
  5024. 3235(defined.)X
  5025. 843 1056(Variables)N
  5026. 1323(set)X
  5027. 1515(but)X
  5028. 1707(never)X
  5029. 1995(used)X
  5030. 2235(in)X
  5031. 2379(module)X
  5032. 2715(AVENUM:)X
  5033. 1179 1152(AVG)N
  5034. 891 1536(0)N
  5035. 987(syntax)X
  5036. 1323(errors)X
  5037. 1659(detected)X
  5038. 2091(in)X
  5039. 2235(file)X
  5040. 2475(average.f)X
  5041. 891 1632(1)N
  5042. 987(warning)X
  5043. 1371(issued)X
  5044. 1707(in)X
  5045. 1851(file)X
  5046. 2091(average.f)X
  5047. 843 1824(Subprogram)N
  5048. 1371(COMPAV:)X
  5049. 1803(argument)X
  5050. 2235(data)X
  5051. 2475(type)X
  5052. 2715(mismatch)X
  5053. 939 1920(at)N
  5054. 1083(position)X
  5055. 1515(1:)X
  5056. 1227 2016(Dummy)N
  5057. 1515(type)X
  5058. 1755(intg)X
  5059. 2043(in)X
  5060. 2187(module)X
  5061. 2523(COMPAV)X
  5062. 2859(line)X
  5063. 3099(10)X
  5064. 3243(file)X
  5065. 3483(average.f)X
  5066. 1227 2112(Actual)N
  5067. 1563(type)X
  5068. 1803(real)X
  5069. 2091(in)X
  5070. 2235(module)X
  5071. 2571(AVENUM)X
  5072. 2907(line)X
  5073. 3147(43)X
  5074. 3291(file)X
  5075. 3531(average.f)X
  5076. 1 f
  5077. 843 2342(According)N
  5078. 1205(to)X
  5079. 3 f
  5080. 1290(Forchek)X
  5081. 1 f
  5082. 1575(,)X
  5083. 1618(the)X
  5084. 1739(program)X
  5085. 2034(contains)X
  5086. 2324(variables)X
  5087. 2637(which)X
  5088. 2856(may)X
  5089. 3016(be)X
  5090. 3114(used)X
  5091. 3283(before)X
  5092. 3511(they)X
  5093. 3671(are)X
  5094. 3792(assigned)X
  5095. 4090(an)X
  5096. 4188(ini-)X
  5097. 843 2438(tial)N
  5098. 973(value,)X
  5099. 1195(and)X
  5100. 1339(variables)X
  5101. 1657(which)X
  5102. 1880(are)X
  5103. 2006(not)X
  5104. 2135(needed.)X
  5105. 3 f
  5106. 2430(Forchek)X
  5107. 1 f
  5108. 2742(also)X
  5109. 2898(warns)X
  5110. 3117(the)X
  5111. 3242(user)X
  5112. 3403(that)X
  5113. 3550(an)X
  5114. 3653(integer)X
  5115. 3903(quotient)X
  5116. 4192(has)X
  5117. 843 2534(been)N
  5118. 1026(converted)X
  5119. 1374(to)X
  5120. 1467(a)X
  5121. 1534(real.)X
  5122. 1726(This)X
  5123. 1899(may)X
  5124. 2068(assist)X
  5125. 2272(the)X
  5126. 2401(user)X
  5127. 2566(in)X
  5128. 2659(catching)X
  5129. 2962(an)X
  5130. 3069(unintended)X
  5131. 3455(roundoff)X
  5132. 3766(error.)X
  5133. 3993(Since)X
  5134. 4201(the)X
  5135. 3 f
  5136. 9 f
  5137. 843 2630(-)N
  5138. 3 f
  5139. 887(symtab)X
  5140. 1 f
  5141. 1161(\257ag)X
  5142. 1306(was)X
  5143. 1456(given,)X
  5144. 3 f
  5145. 1679(Forchek)X
  5146. 1 f
  5147. 1988(prints)X
  5148. 2194(out)X
  5149. 2320(a)X
  5150. 2380(table)X
  5151. 2560(containing)X
  5152. 2922(identi\256ers)X
  5153. 3266(from)X
  5154. 3446(the)X
  5155. 3568(local)X
  5156. 3748(module)X
  5157. 4012(and)X
  5158. 4152(their)X
  5159. 843 2726(corresponding)N
  5160. 1330(datatype)X
  5161. 1630(and)X
  5162. 1774(number)X
  5163. 2047(of)X
  5164. 2142(dimensions.)X
  5165. 2573(Finally,)X
  5166. 3 f
  5167. 2846(Forchek)X
  5168. 1 f
  5169. 3158(warns)X
  5170. 3377(that)X
  5171. 3524(the)X
  5172. 3649(function)X
  5173. 3943(is)X
  5174. 4023(not)X
  5175. 4152(used)X
  5176. 843 2822(with)N
  5177. 1005(the)X
  5178. 1123(proper)X
  5179. 1353(type)X
  5180. 1511(of)X
  5181. 1598(arguments.)X
  5182. 843 2956(With)N
  5183. 3 f
  5184. 1023(Forchek)X
  5185. 1 f
  5186. 1308('s)X
  5187. 1386(help,)X
  5188. 1564(we)X
  5189. 1678(can)X
  5190. 1810(debug)X
  5191. 2026(the)X
  5192. 2144(program.)X
  5193. 2476(We)X
  5194. 2608(can)X
  5195. 2740(see)X
  5196. 2863(that)X
  5197. 3003(there)X
  5198. 3184(were)X
  5199. 3361(the)X
  5200. 3479(following)X
  5201. 3810(errors:)X
  5202. 843 3090(1.)N
  5203. 2 f
  5204. 983(SUM)X
  5205. 1 f
  5206. 1168(and)X
  5207. 2 f
  5208. 1304(COUNT)X
  5209. 1 f
  5210. 1590(should)X
  5211. 1823(have)X
  5212. 1995(been)X
  5213. 2167(converted)X
  5214. 2504(to)X
  5215. 2586(real)X
  5216. 2727(before)X
  5217. 2953(doing)X
  5218. 3155(the)X
  5219. 3273(division.)X
  5220. 843 3224(2.)N
  5221. 2 f
  5222. 983(SUM)X
  5223. 1 f
  5224. 1168(should)X
  5225. 1401(have)X
  5226. 1573(been)X
  5227. 1745(initialized)X
  5228. 2085(to)X
  5229. 2167(0)X
  5230. 2227(before)X
  5231. 2453(entering)X
  5232. 2736(the)X
  5233. 2854(loop.)X
  5234. 843 3358(3.)N
  5235. 2 f
  5236. 983(AVG)X
  5237. 1 f
  5238. 1159(was)X
  5239. 1304(never)X
  5240. 1503(printed)X
  5241. 1750(out)X
  5242. 1872(after)X
  5243. 2040(being)X
  5244. 2238(calculated.)X
  5245. 843 3492(4.)N
  5246. 2 f
  5247. 983(NUMS)X
  5248. 1 f
  5249. 1221(should)X
  5250. 1454(have)X
  5251. 1626(been)X
  5252. 1798(declared)X
  5253. 2 f
  5254. 2091(INTEGER)X
  5255. 1 f
  5256. 2440(instead)X
  5257. 2687(of)X
  5258. 2 f
  5259. 2774(REAL)X
  5260. 1 f
  5261. 2972(.)X
  5262. 843 3626(We)N
  5263. 976(also)X
  5264. 1125(see)X
  5265. 1248(that)X
  5266. 2 f
  5267. 1388(I)X
  5268. 1 f
  5269. 1422(,)X
  5270. 1462(not)X
  5271. 2 f
  5272. 1584(J)X
  5273. 1 f
  5274. 1627(,)X
  5275. 1667(should)X
  5276. 1900(have)X
  5277. 2072(been)X
  5278. 2244(declared)X
  5279. 2 f
  5280. 2537(INTEGER)X
  5281. 1 f
  5282. 2886(in)X
  5283. 2968(function)X
  5284. 2 f
  5285. 3255(COMPAV)X
  5286. 1 f
  5287. 3587(.)X
  5288. 3647(Also,)X
  5289. 2 f
  5290. 3838(MAXNOS)X
  5291. 1 f
  5292. 4174(was)X
  5293. 843 3722(not)N
  5294. 970(declared)X
  5295. 1267(as)X
  5296. 2 f
  5297. 1358(INTEGER)X
  5298. 1 f
  5299. 1694(,)X
  5300. 1738(and)X
  5301. 2 f
  5302. 1878(COMPAV)X
  5303. 1 f
  5304. 2227(as)X
  5305. 2 f
  5306. 2318(REAL)X
  5307. 1 f
  5308. 2516(,)X
  5309. 2560(in)X
  5310. 2646(program)X
  5311. 2 f
  5312. 2942(AVENUM)X
  5313. 1 f
  5314. 3274(.)X
  5315. 3338(These)X
  5316. 3554(are)X
  5317. 3677(not)X
  5318. 3803(errors,)X
  5319. 4035(but)X
  5320. 4161(they)X
  5321. 843 3818(may)N
  5322. 1006(indicate)X
  5323. 1284(carelessness.)X
  5324. 1741(As)X
  5325. 1854(it)X
  5326. 1922(happened,)X
  5327. 2274(the)X
  5328. 2396(default)X
  5329. 2643(type)X
  5330. 2805(of)X
  5331. 2896(these)X
  5332. 3085(variables)X
  5333. 3399(coincided)X
  5334. 3735(with)X
  5335. 3901(the)X
  5336. 4023(intended)X
  5337. 843 3914(type.)N
  5338. 843 4048(Here)N
  5339. 1020(is)X
  5340. 1093(the)X
  5341. 1211(corrected)X
  5342. 1531(program,)X
  5343. 1843(and)X
  5344. 1979(its)X
  5345. 2074(output)X
  5346. 2298(when)X
  5347. 2492(run:)X
  5348. 7 f
  5349. 843 4182(C)N
  5350. 1227(AUTHORS:)X
  5351. 1659(MIKE)X
  5352. 1899(MYERS)X
  5353. 2187(AND)X
  5354. 2379(LUCIA)X
  5355. 2667(SPAGNUOLO)X
  5356. 843 4278(C)N
  5357. 1227(DATE:)X
  5358. 1659(MAY)X
  5359. 1851(8,)X
  5360. 1995(1989)X
  5361. 843 4374(C)N
  5362. 843 4470(C)N
  5363. 1227(Variables:)X
  5364. 843 4566(C)N
  5365. 1611(SCORE)X
  5366. 1899(->)X
  5367. 2043(an)X
  5368. 2187(array)X
  5369. 2475(of)X
  5370. 2619(test)X
  5371. 2859(scores)X
  5372. 843 4662(C)N
  5373. 1611(SUM)X
  5374. 1803(->)X
  5375. 2043(sum)X
  5376. 2235(of)X
  5377. 2379(the)X
  5378. 2571(test)X
  5379. 2811(scores)X
  5380. 843 4758(C)N
  5381. 1611(COUNT)X
  5382. 1899(->)X
  5383. 2043(counter)X
  5384. 2427(of)X
  5385. 2571(scores)X
  5386. 2907(read)X
  5387. 3147(in)X
  5388. 843 4854(C)N
  5389. 1611(I)X
  5390. 1707(->)X
  5391. 2043(loop)X
  5392. 2283(counter)X
  5393. 843 4950(C)N
  5394. 1179 5046(REAL)N
  5395. 1419(FUNCTION)X
  5396. 1851(COMPAV\(SCORE,COUNT\))X
  5397. 1419 5142(INTEGER)N
  5398. 1803(SUM,COUNT,I,SCORE\(5\))X
  5399. 843 5238(C)N
  5400. 1419 5334(SUM)N
  5401. 1611(=)X
  5402. 1707(0)X
  5403. 1419 5430(DO)N
  5404. 1563(30)X
  5405. 1707(I)X
  5406. 1803(=)X
  5407. 1899(1,COUNT)X
  5408. 1611 5526(SUM)N
  5409. 1803(=)X
  5410. 1899(SUM)X
  5411. 2091(+)X
  5412. 2187(SCORE\(I\))X
  5413. 843 5622(30)N
  5414. 1419(CONTINUE)X
  5415. 1419 5718(COMPAV)N
  5416. 1755(=)X
  5417. 1851(FLOAT\(SUM\)/FLOAT\(COUNT\))X
  5418. 1227 5814(END)N
  5419. 1 f
  5420. 555 6198(7th)N
  5421. 677(Edition)X
  5422. 2171(21)X
  5423. 2271(August)X
  5424. 2522(1991)X
  5425. 4259(9)X
  5426.  
  5427. 10 p
  5428. %%Page: 8 8
  5429. 10 s 0 xH 0 xS 1 f
  5430. 555 384(FORCHEK)N
  5431. 941(\()X
  5432. 981(1L)X
  5433. 1083(\))X
  5434. 1954(UNIX)X
  5435. 2175(Programmer's)X
  5436. 2654(Manual)X
  5437. 3744(FORCHEK)X
  5438. 4130(\()X
  5439. 4170(1L)X
  5440. 4272(\))X
  5441. 7 f
  5442. 1131 768(Name)N
  5443. 1371(Type)X
  5444. 1611(Dims)X
  5445. 2043(Name)X
  5446. 2283(Type)X
  5447. 2523(Dims)X
  5448. 2955(Name)X
  5449. 3195(Type)X
  5450. 3435(Dims)X
  5451. 3867(Name)X
  5452. 4107(Type)X
  5453. 4347(Dims)X
  5454. 1035 864(COMPAV)N
  5455. 1371(real)X
  5456. 1995(COUNT)X
  5457. 2283(intg)X
  5458. 3099(I)X
  5459. 3195(intg)X
  5460. 9 f
  5461. (*)S
  5462. 7 f
  5463. 4003(J)X
  5464. 4099(intg)X
  5465. 1083 960(SCORE)N
  5466. 1371(intg)X
  5467. 1659(1)X
  5468. 2091(SUM)X
  5469. 2283(intg)X
  5470. 9 f
  5471. 843 1152(*)N
  5472. 7 f
  5473. 931(Variable)X
  5474. 1363(not)X
  5475. 1555(declared.)X
  5476. 2035(Type)X
  5477. 2275(has)X
  5478. 2467(been)X
  5479. 2707(implicitly)X
  5480. 3235(defined.)X
  5481. 843 1440(Variables)N
  5482. 1323(declared)X
  5483. 1755(but)X
  5484. 1947(never)X
  5485. 2235(referenced)X
  5486. 2763(in)X
  5487. 2907(module)X
  5488. 3243(COMPAV:)X
  5489. 1275 1536(J)N
  5490. 843 1728(Variables)N
  5491. 1323(may)X
  5492. 1515(be)X
  5493. 1659(used)X
  5494. 1899(before)X
  5495. 2235(set)X
  5496. 2427(in)X
  5497. 2571(module)X
  5498. 2907(COMPAV:)X
  5499. 1179 1824(SUM)N
  5500. 1083 2112(19)N
  5501. 1083 2208(20)N
  5502. 1611(PROGRAM)X
  5503. 1995(AVENUM)X
  5504. 1083 2304(21)N
  5505. 1227(C)X
  5506. 1083 2400(22)N
  5507. 1227(C)X
  5508. 2379(MAIN)X
  5509. 2619(PROGRAM)X
  5510. 1083 2496(23)N
  5511. 1227(C)X
  5512. 1083 2592(24)N
  5513. 1227(C)X
  5514. 1611(AUTHOR:)X
  5515. 2091(LOIS)X
  5516. 2331(BIGBIE)X
  5517. 1083 2688(25)N
  5518. 1227(C)X
  5519. 1611(DATE:)X
  5520. 2091(MAY)X
  5521. 2283(15,)X
  5522. 2475(1990)X
  5523. 1083 2784(26)N
  5524. 1227(C)X
  5525. 1083 2880(27)N
  5526. 1227(C)X
  5527. 1611(Variables:)X
  5528. 1083 2976(28)N
  5529. 1227(C)X
  5530. 1995(MAXNOS)X
  5531. 2331(->)X
  5532. 2475(maximum)X
  5533. 2859(number)X
  5534. 3195(of)X
  5535. 3339(input)X
  5536. 3627(values)X
  5537. 1083 3072(29)N
  5538. 1227(C)X
  5539. 1995(NUMS)X
  5540. 2379(->)X
  5541. 2523(an)X
  5542. 2667(array)X
  5543. 2955(of)X
  5544. 3099(numbers)X
  5545. 1083 3168(30)N
  5546. 1227(C)X
  5547. 1995(COUNT)X
  5548. 2379(->)X
  5549. 2523(exact)X
  5550. 2811(number)X
  5551. 3147(of)X
  5552. 3291(input)X
  5553. 3579(values)X
  5554. 1083 3264(31)N
  5555. 1227(C)X
  5556. 1995(AVG)X
  5557. 2379(->)X
  5558. 2523(average)X
  5559. 2907(returned)X
  5560. 3339(by)X
  5561. 3483(COMPAV)X
  5562. 1083 3360(32)N
  5563. 1227(C)X
  5564. 1995(I)X
  5565. 2379(->)X
  5566. 2523(loop)X
  5567. 2763(counter)X
  5568. 1083 3456(33)N
  5569. 1227(C)X
  5570. 1083 3552(34)N
  5571. 1083 3648(35)N
  5572. 1803(PARAMETER\(MAXNOS=5\))X
  5573. 1083 3744(36)N
  5574. 1803(INTEGER)X
  5575. 2187(I,)X
  5576. 2331(COUNT)X
  5577. 1083 3840(37)N
  5578. 1803(REAL)X
  5579. 2043(NUMS\(MAXNOS\),)X
  5580. 2715(AVG)X
  5581. 1083 3936(38)N
  5582. 1803(COUNT)X
  5583. 2091(=)X
  5584. 2187(0)X
  5585. 1083 4032(39)N
  5586. 1803(DO)X
  5587. 1947(80)X
  5588. 2091(I)X
  5589. 2187(=)X
  5590. 2283(1,MAXNOS)X
  5591. 1083 4128(40)N
  5592. 1995(READ)X
  5593. 2235(\(5,)X
  5594. 9 f
  5595. (*)S
  5596. 7 f
  5597. (,END=100\))S
  5598. 2899(NUMS\(I\))X
  5599. 1083 4224(41)N
  5600. 1995(COUNT)X
  5601. 2283(=)X
  5602. 2379(COUNT)X
  5603. 2667(+)X
  5604. 2763(1)X
  5605. 1083 4320(42)N
  5606. 1227(80)X
  5607. 1803(CONTINUE)X
  5608. 1083 4416(43)N
  5609. 1227(100)X
  5610. 1803(AVG)X
  5611. 1995(=)X
  5612. 2091(COMPAV\(NUMS,)X
  5613. 2715(COUNT\))X
  5614. 1083 4512(44)N
  5615. 1611(END)X
  5616. 843 4704(Module)N
  5617. 1179(AVENUM:)X
  5618. 1563(prog)X
  5619. 843 4896(External)N
  5620. 1275(subprograms)X
  5621. 1851(referenced:)X
  5622. 1035 5088(COMPAV:)N
  5623. 1419(real)X
  5624. 9 f
  5625. (*)S
  5626. 7 f
  5627. 843 5280(Variables:)N
  5628. 1131 5472(Name)N
  5629. 1371(Type)X
  5630. 1611(Dims)X
  5631. 2043(Name)X
  5632. 2283(Type)X
  5633. 2523(Dims)X
  5634. 2955(Name)X
  5635. 3195(Type)X
  5636. 3435(Dims)X
  5637. 3867(Name)X
  5638. 4107(Type)X
  5639. 4347(Dims)X
  5640. 1179 5568(AVG)N
  5641. 1371(real)X
  5642. 1995(COUNT)X
  5643. 2283(intg)X
  5644. 3099(I)X
  5645. 3195(intg)X
  5646. 3771(MAXNOS)X
  5647. 4107(intg)X
  5648. 9 f
  5649. (*)S
  5650. 7 f
  5651. 1131 5664(NUMS)N
  5652. 1371(real)X
  5653. 1659(1)X
  5654. 1 f
  5655. 555 6144(7th)N
  5656. 677(Edition)X
  5657. 2171(21)X
  5658. 2271(August)X
  5659. 2522(1991)X
  5660. 4259(8)X
  5661.  
  5662. 9 p
  5663. %%Page: 7 7
  5664. 10 s 0 xH 0 xS 1 f
  5665. 555 384(FORCHEK)N
  5666. 941(\()X
  5667. 981(1L)X
  5668. 1083(\))X
  5669. 1954(UNIX)X
  5670. 2175(Programmer's)X
  5671. 2654(Manual)X
  5672. 3744(FORCHEK)X
  5673. 4130(\()X
  5674. 4170(1L)X
  5675. 4272(\))X
  5676. 7 f
  5677. 1419 768(INTEGER)N
  5678. 1803(I,)X
  5679. 1947(COUNT)X
  5680. 1419 864(REAL)N
  5681. 1659(NUMS\(MAXNOS\),)X
  5682. 2331(AVG)X
  5683. 1419 960(COUNT)N
  5684. 1707(=)X
  5685. 1803(0)X
  5686. 1419 1056(DO)N
  5687. 1563(80)X
  5688. 1707(I)X
  5689. 1803(=)X
  5690. 1899(1,MAXNOS)X
  5691. 1611 1152(READ)N
  5692. 1851(\(5,)X
  5693. 9 f
  5694. (*)S
  5695. 7 f
  5696. (,END=100\))S
  5697. 2515(NUMS\(I\))X
  5698. 1611 1248(COUNT)N
  5699. 1899(=)X
  5700. 1995(COUNT)X
  5701. 2283(+)X
  5702. 2379(1)X
  5703. 843 1344(80)N
  5704. 1419(CONTINUE)X
  5705. 843 1440(100)N
  5706. 1419(AVG)X
  5707. 1611(=)X
  5708. 1707(COMPAV\(NUMS,)X
  5709. 2331(COUNT\))X
  5710. 1227 1536(END)N
  5711. 1 f
  5712. 843 1766(The)N
  5713. 990(compiler)X
  5714. 1297(gives)X
  5715. 1488(no)X
  5716. 1590(error)X
  5717. 1769(messages)X
  5718. 2094(when)X
  5719. 2290(this)X
  5720. 2427(program)X
  5721. 2721(is)X
  5722. 2795(compiled.)X
  5723. 3154(Yet)X
  5724. 3291(here)X
  5725. 3451(is)X
  5726. 3525(what)X
  5727. 3702(happens)X
  5728. 3986(when)X
  5729. 4181(it)X
  5730. 4246(is)X
  5731. 843 1862(run:)N
  5732. 7 f
  5733. 843 1996($)N
  5734. 939(run)X
  5735. 1131(average)X
  5736. 843 2092(70)N
  5737. 843 2188(90)N
  5738. 843 2284(85)N
  5739. 843 2380(<EOF>)N
  5740. 843 2476($)N
  5741. 1 f
  5742. 843 2706(What)N
  5743. 1038(happened?)X
  5744. 1423(Why)X
  5745. 1600(didn't)X
  5746. 1812(the)X
  5747. 1931(program)X
  5748. 2224(do)X
  5749. 2325(anything?)X
  5750. 2682(The)X
  5751. 2828(following)X
  5752. 3160(is)X
  5753. 3234(the)X
  5754. 3353(output)X
  5755. 3578(from)X
  5756. 3 f
  5757. 3755(Forchek)X
  5758. 1 f
  5759. 4061(when)X
  5760. 4255(it)X
  5761. 843 2802(is)N
  5762. 916(used)X
  5763. 1083(to)X
  5764. 1165(debug)X
  5765. 1381(the)X
  5766. 1499(above)X
  5767. 1711(program:)X
  5768. 7 f
  5769. 843 2936($)N
  5770. 939(forchek)X
  5771. 1323(-list)X
  5772. 1611(-symtab)X
  5773. 1995(average)X
  5774. 843 3128(FORCHEK)N
  5775. 1227(Version)X
  5776. 1611(2.4)X
  5777. 1803(August)X
  5778. 2139(1991)X
  5779. 843 3320(File)N
  5780. 1083(average.f:)X
  5781. 1131 3512(1)N
  5782. 1227(C)X
  5783. 1611(AUTHORS:)X
  5784. 2043(MIKE)X
  5785. 2283(MYERS)X
  5786. 2571(AND)X
  5787. 2763(LUCIA)X
  5788. 3051(SPAGNUOLO)X
  5789. 1131 3608(2)N
  5790. 1227(C)X
  5791. 1611(DATE:)X
  5792. 2043(MAY)X
  5793. 2235(8,)X
  5794. 2379(1989)X
  5795. 1131 3704(3)N
  5796. 1131 3800(4)N
  5797. 1227(C)X
  5798. 1611(Variables:)X
  5799. 1131 3896(5)N
  5800. 1227(C)X
  5801. 1995(SCORE)X
  5802. 2283(->)X
  5803. 2427(an)X
  5804. 2571(array)X
  5805. 2859(of)X
  5806. 3003(test)X
  5807. 3243(scores)X
  5808. 1131 3992(6)N
  5809. 1227(C)X
  5810. 1995(SUM)X
  5811. 2187(->)X
  5812. 2427(sum)X
  5813. 2619(of)X
  5814. 2763(the)X
  5815. 2955(test)X
  5816. 3195(scores)X
  5817. 1131 4088(7)N
  5818. 1227(C)X
  5819. 1995(COUNT)X
  5820. 2283(->)X
  5821. 2427(counter)X
  5822. 2811(of)X
  5823. 2955(scores)X
  5824. 3291(read)X
  5825. 3531(in)X
  5826. 1131 4184(8)N
  5827. 1227(C)X
  5828. 1995(I)X
  5829. 2091(->)X
  5830. 2427(loop)X
  5831. 2667(counter)X
  5832. 1131 4280(9)N
  5833. 1083 4376(10)N
  5834. 1611(REAL)X
  5835. 1851(FUNCTION)X
  5836. 2283(COMPAV\(SCORE,COUNT\))X
  5837. 1083 4472(11)N
  5838. 1803(INTEGER)X
  5839. 2187(SUM,COUNT,J,SCORE\(5\))X
  5840. 1083 4568(12)N
  5841. 1083 4664(13)N
  5842. 1803(DO)X
  5843. 1947(30)X
  5844. 2091(I)X
  5845. 2187(=)X
  5846. 2283(1,COUNT)X
  5847. 1083 4760(14)N
  5848. 1995(SUM)X
  5849. 2187(=)X
  5850. 2283(SUM)X
  5851. 2475(+)X
  5852. 2571(SCORE\(I\))X
  5853. 1083 4856(15)N
  5854. 1227(30)X
  5855. 1803(CONTINUE)X
  5856. 1083 4952(16)N
  5857. 1803(COMPAV)X
  5858. 2139(=)X
  5859. 2235(SUM/COUNT)X
  5860. 2139 5048(\303)N
  5861. 843 5144(Warning)N
  5862. 1227(near)X
  5863. 1467(line)X
  5864. 1707(16)X
  5865. 1851(col)X
  5866. 2043(20:)X
  5867. 2235(integer)X
  5868. 2619(quotient)X
  5869. 3051(expr)X
  5870. 3291(converted)X
  5871. 3771(to)X
  5872. 3915(real)X
  5873. 1083 5240(17)N
  5874. 1611(END)X
  5875. 1083 5336(18)N
  5876. 843 5528(Module)N
  5877. 1179(COMPAV:)X
  5878. 1563(func:)X
  5879. 1851(real)X
  5880. 843 5720(Variables:)N
  5881. 1 f
  5882. 555 6144(7th)N
  5883. 677(Edition)X
  5884. 2171(21)X
  5885. 2271(August)X
  5886. 2522(1991)X
  5887. 4259(7)X
  5888.  
  5889. 8 p
  5890. %%Page: 6 6
  5891. 10 s 0 xH 0 xS 1 f
  5892. 555 384(FORCHEK)N
  5893. 941(\()X
  5894. 981(1L)X
  5895. 1083(\))X
  5896. 1954(UNIX)X
  5897. 2175(Programmer's)X
  5898. 2654(Manual)X
  5899. 3744(FORCHEK)X
  5900. 4130(\()X
  5901. 4170(1L)X
  5902. 4272(\))X
  5903. 843 768(not)N
  5904. 967(part)X
  5905. 1114(of)X
  5906. 1203(the)X
  5907. 1323(name.\))X
  5908. 1566(If)X
  5909. 1642(such)X
  5910. 1810(a)X
  5911. 1867(variable)X
  5912. 2147(is)X
  5913. 2221(found,)X
  5914. 2449(its)X
  5915. 2545(value)X
  5916. 2740(is)X
  5917. 2814(used)X
  5918. 2982(to)X
  5919. 3065(specify)X
  5920. 3318(the)X
  5921. 3437(default)X
  5922. 3681(for)X
  5923. 3796(the)X
  5924. 3915(correspond-)X
  5925. 843 864(ing)N
  5926. 971(switch)X
  5927. 1206(or)X
  5928. 1299(setting.)X
  5929. 1578(In)X
  5930. 1671(the)X
  5931. 1795(case)X
  5932. 1960(of)X
  5933. 2053(settings)X
  5934. 2323(\(for)X
  5935. 2470(example,)X
  5936. 2787(the)X
  5937. 2910(novice)X
  5938. 3149(level\))X
  5939. 3357(the)X
  5940. 3480(value)X
  5941. 3679(of)X
  5942. 3771(the)X
  5943. 3894(environment)X
  5944. 843 960(variable)N
  5945. 1124(is)X
  5946. 1199(read)X
  5947. 1360(as)X
  5948. 1449(the)X
  5949. 1569(default)X
  5950. 1814(setting)X
  5951. 2049(value.)X
  5952. 2284(In)X
  5953. 2372(the)X
  5954. 2491(case)X
  5955. 2651(of)X
  5956. 2739(switches,)X
  5957. 3056(the)X
  5958. 3175(default)X
  5959. 3419(switch)X
  5960. 3649(will)X
  5961. 3794(be)X
  5962. 3891(taken)X
  5963. 4086(as)X
  5964. 4174(true)X
  5965. 843 1056(or)N
  5966. 935("YES")X
  5967. 1176(unless)X
  5968. 1400(the)X
  5969. 1522(environment)X
  5970. 1951(variable)X
  5971. 2234(has)X
  5972. 2365(the)X
  5973. 2487(value)X
  5974. 2685("0")X
  5975. 2815(or)X
  5976. 2906("NO")X
  5977. 3112(\(again,)X
  5978. 3357(the)X
  5979. 3479(quotes)X
  5980. 3712(are)X
  5981. 3835(not)X
  5982. 3961(part)X
  5983. 4110(of)X
  5984. 4201(the)X
  5985. 843 1152(value\).)N
  5986. 1113(Of)X
  5987. 1227(course,)X
  5988. 1486(command-line)X
  5989. 1977(options)X
  5990. 2240(will)X
  5991. 2392(override)X
  5992. 2688(these)X
  5993. 2881(defaults)X
  5994. 3163(the)X
  5995. 3289(same)X
  5996. 3482(way)X
  5997. 3644(as)X
  5998. 3739(they)X
  5999. 3905(override)X
  6000. 4201(the)X
  6001. 843 1248(built-in)N
  6002. 1098(defaults.)X
  6003. 843 1382(Note)N
  6004. 1021(that)X
  6005. 1162(the)X
  6006. 1281(environment)X
  6007. 1707(variable)X
  6008. 1987(name)X
  6009. 2182(must)X
  6010. 2358(be)X
  6011. 2455(constructed)X
  6012. 2846(with)X
  6013. 3009(the)X
  6014. 3128(full-length)X
  6015. 3487(option)X
  6016. 3712(name,)X
  6017. 3927(which)X
  6018. 4144(must)X
  6019. 843 1478(be)N
  6020. 941(in)X
  6021. 1025(uppercase.)X
  6022. 1409(For)X
  6023. 1542(example,)X
  6024. 1856(to)X
  6025. 1940(make)X
  6026. 3 f
  6027. 2136(Forchek)X
  6028. 1 f
  6029. 2443(print)X
  6030. 2616(a)X
  6031. 2674(source)X
  6032. 2906(listing)X
  6033. 3127(by)X
  6034. 3228(default,)X
  6035. 3492(set)X
  6036. 3602(the)X
  6037. 3721(environment)X
  6038. 4147(vari-)X
  6039. 843 1574(able)N
  6040. 1038("FORCHEK_LIST")X
  6041. 1747(to)X
  6042. 1870("1")X
  6043. 2037(or)X
  6044. 2165("YES")X
  6045. 2443(or)X
  6046. 2571(anything)X
  6047. 2911(other)X
  6048. 3136(than)X
  6049. 3334("0")X
  6050. 3500(or)X
  6051. 3627("NO".)X
  6052. 3909(The)X
  6053. 4094(names)X
  6054. 843 1670("FORCHEK_LIS")N
  6055. 1462(\(not)X
  6056. 1611(the)X
  6057. 1729(full)X
  6058. 1860(option)X
  6059. 2084(name\))X
  6060. 2305(or)X
  6061. 2392("forchek_list")X
  6062. 2861(\(lower)X
  6063. 3091(case\))X
  6064. 3277(would)X
  6065. 3497(not)X
  6066. 3619(be)X
  6067. 3715(recognized.)X
  6068. 843 1804(Here)N
  6069. 1028(are)X
  6070. 1155(some)X
  6071. 1352(examples)X
  6072. 1683(of)X
  6073. 1778(how)X
  6074. 1944(to)X
  6075. 2034(set)X
  6076. 2151(environment)X
  6077. 2583(variables)X
  6078. 2900(on)X
  6079. 3007(various)X
  6080. 3270(systems.)X
  6081. 3590(For)X
  6082. 3728(simplicity,)X
  6083. 4094(all)X
  6084. 4201(the)X
  6085. 843 1900(examples)N
  6086. 1166(set)X
  6087. 1275(the)X
  6088. 1393(default)X
  6089. 3 f
  6090. 9 f
  6091. 1636(-)X
  6092. 3 f
  6093. 1680(list)X
  6094. 1 f
  6095. 1802(switch)X
  6096. 2031(to)X
  6097. 2113("yes.")X
  6098. 843 2034(1.)N
  6099. 923(Unix,)X
  6100. 1123(Bourne)X
  6101. 1379(shell:)X
  6102. 7 f
  6103. 1995($)X
  6104. 2091(FORCHEK_LIST=YES)X
  6105. 1995 2130($)N
  6106. 2091(export)X
  6107. 2427(FORCHEK_LIST)X
  6108. 1 f
  6109. 843 2322(2.)N
  6110. 923(Unix,)X
  6111. 1123(C)X
  6112. 1196(shell:)X
  6113. 7 f
  6114. 1995(%)X
  6115. 2091(setenv)X
  6116. 2427(FORCHEK_LIST)X
  6117. 3051(YES)X
  6118. 1 f
  6119. 843 2514(3.)N
  6120. 923(VAX/VMS:)X
  6121. 7 f
  6122. 1995($)X
  6123. 2091(DEFINE)X
  6124. 2427(FORCHEK_LIST)X
  6125. 3051(YES)X
  6126. 1 f
  6127. 843 2706(4.)N
  6128. 923(MSDOS:)X
  6129. 7 f
  6130. 1995($)X
  6131. 2091(SET)X
  6132. 2283(FORCHEK_LIST=YES)X
  6133. 3 f
  6134. 9 s
  6135. 555 2840(AN)N
  6136. 677(EXAMPLE)X
  6137. 1 f
  6138. 10 s
  6139. 843 2936(The)N
  6140. 1011(following)X
  6141. 1365(simple)X
  6142. 1621(Fortran)X
  6143. 1900(program)X
  6144. 2215(illustrates)X
  6145. 2569(the)X
  6146. 2710(messages)X
  6147. 3056(given)X
  6148. 3276(by)X
  6149. 3 f
  6150. 3398(Forchek)X
  6151. 1 f
  6152. 3683(.)X
  6153. 3765(The)X
  6154. 3932(program)X
  6155. 4246(is)X
  6156. 843 3032(intended)N
  6157. 1139(to)X
  6158. 1221(accept)X
  6159. 1447(an)X
  6160. 1543(array)X
  6161. 1729(of)X
  6162. 1816(test)X
  6163. 1947(scores)X
  6164. 2168(and)X
  6165. 2304(then)X
  6166. 2462(compute)X
  6167. 2758(the)X
  6168. 2876(average)X
  6169. 3147(for)X
  6170. 3261(the)X
  6171. 3379(series.)X
  6172. 7 f
  6173. 843 3166(C)N
  6174. 1227(AUTHORS:)X
  6175. 1659(MIKE)X
  6176. 1899(MYERS)X
  6177. 2187(AND)X
  6178. 2379(LUCIA)X
  6179. 2667(SPAGNUOLO)X
  6180. 843 3262(C)N
  6181. 1227(DATE:)X
  6182. 1659(MAY)X
  6183. 1851(8,)X
  6184. 1995(1989)X
  6185. 843 3358(C)N
  6186. 1227(Variables:)X
  6187. 843 3454(C)N
  6188. 1611(SCORE)X
  6189. 1899(->)X
  6190. 2043(an)X
  6191. 2187(array)X
  6192. 2475(of)X
  6193. 2619(test)X
  6194. 2859(scores)X
  6195. 843 3550(C)N
  6196. 1611(SUM)X
  6197. 1803(->)X
  6198. 2043(sum)X
  6199. 2235(of)X
  6200. 2379(the)X
  6201. 2571(test)X
  6202. 2811(scores)X
  6203. 843 3646(C)N
  6204. 1611(COUNT)X
  6205. 1899(->)X
  6206. 2043(counter)X
  6207. 2427(of)X
  6208. 2571(scores)X
  6209. 2907(read)X
  6210. 3147(in)X
  6211. 843 3742(C)N
  6212. 1611(I)X
  6213. 1707(->)X
  6214. 2043(loop)X
  6215. 2283(counter)X
  6216. 1227 3838(REAL)N
  6217. 1467(FUNCTION)X
  6218. 1899(COMPAV\(SCORE,COUNT\))X
  6219. 1419 3934(INTEGER)N
  6220. 1803(SUM,COUNT,J,SCORE\(5\))X
  6221. 1419 4030(DO)N
  6222. 1563(30)X
  6223. 1707(I)X
  6224. 1803(=)X
  6225. 1899(1,COUNT)X
  6226. 1611 4126(SUM)N
  6227. 1803(=)X
  6228. 1899(SUM)X
  6229. 2091(+)X
  6230. 2187(SCORE\(I\))X
  6231. 843 4222(30)N
  6232. 1419(CONTINUE)X
  6233. 1419 4318(COMPAV)N
  6234. 1755(=)X
  6235. 1851(SUM/COUNT)X
  6236. 1227 4414(END)N
  6237. 1227 4510(PROGRAM)N
  6238. 1611(AVENUM)X
  6239. 843 4606(C)N
  6240. 843 4702(C)N
  6241. 1995(MAIN)X
  6242. 2235(PROGRAM)X
  6243. 843 4798(C)N
  6244. 843 4894(C)N
  6245. 1227(AUTHOR:)X
  6246. 1707(LOIS)X
  6247. 1947(BIGBIE)X
  6248. 843 4990(C)N
  6249. 1227(DATE:)X
  6250. 1707(MAY)X
  6251. 1899(15,)X
  6252. 2091(1990)X
  6253. 843 5086(C)N
  6254. 843 5182(C)N
  6255. 1227(Variables:)X
  6256. 843 5278(C)N
  6257. 1611(MAXNOS)X
  6258. 1947(->)X
  6259. 2091(maximum)X
  6260. 2475(number)X
  6261. 2811(of)X
  6262. 2955(input)X
  6263. 3243(values)X
  6264. 843 5374(C)N
  6265. 1611(NUMS)X
  6266. 1995(->)X
  6267. 2139(an)X
  6268. 2283(array)X
  6269. 2571(of)X
  6270. 2715(numbers)X
  6271. 843 5470(C)N
  6272. 1611(COUNT)X
  6273. 1995(->)X
  6274. 2139(exact)X
  6275. 2427(number)X
  6276. 2763(of)X
  6277. 2907(input)X
  6278. 3195(values)X
  6279. 843 5566(C)N
  6280. 1611(AVG)X
  6281. 1995(->)X
  6282. 2139(average)X
  6283. 2523(returned)X
  6284. 2955(by)X
  6285. 3099(COMPAV)X
  6286. 843 5662(C)N
  6287. 1611(I)X
  6288. 1995(->)X
  6289. 2139(loop)X
  6290. 2379(counter)X
  6291. 843 5758(C)N
  6292. 1419 5854(PARAMETER\(MAXNOS=5\))N
  6293. 1 f
  6294. 555 6238(7th)N
  6295. 677(Edition)X
  6296. 2171(21)X
  6297. 2271(August)X
  6298. 2522(1991)X
  6299. 4259(6)X
  6300.  
  6301. 7 p
  6302. %%Page: 5 5
  6303. 10 s 0 xH 0 xS 1 f
  6304. 555 384(FORCHEK)N
  6305. 941(\()X
  6306. 981(1L)X
  6307. 1083(\))X
  6308. 1954(UNIX)X
  6309. 2175(Programmer's)X
  6310. 2654(Manual)X
  6311. 3744(FORCHEK)X
  6312. 4130(\()X
  6313. 4170(1L)X
  6314. 4272(\))X
  6315. 1131 768(contained)N
  6316. 1463(in)X
  6317. 1545(a)X
  6318. 1601(single)X
  6319. 1812(\256le.)X
  6320. 1131 902(Naturally,)N
  6321. 1474(when)X
  6322. 1668(the)X
  6323. 3 f
  6324. 9 f
  6325. 1786(-)X
  6326. 3 f
  6327. 1830(project)X
  6328. 1 f
  6329. 2096(\257ag)X
  6330. 2236(is)X
  6331. 2309(set,)X
  6332. 3 f
  6333. 2438(Forchek)X
  6334. 1 f
  6335. 2743(will)X
  6336. 2887(not)X
  6337. 3009(read)X
  6338. 3168(project)X
  6339. 3411(\256les)X
  6340. 3564(as)X
  6341. 3651(input.)X
  6342. 1131 1036(Here)N
  6343. 1312(is)X
  6344. 1388(an)X
  6345. 1487(example)X
  6346. 1782(of)X
  6347. 1872(how)X
  6348. 2033(to)X
  6349. 2118(use)X
  6350. 2248(the)X
  6351. 2369(Unix)X
  6352. 3 f
  6353. 2552(make)X
  6354. 1 f
  6355. 2762(utility)X
  6356. 2975(to)X
  6357. 3060(automatically)X
  6358. 3519(create)X
  6359. 3735(a)X
  6360. 3794(new)X
  6361. 3951(project)X
  6362. 4197(\256le)X
  6363. 1131 1132(each)N
  6364. 1309(time)X
  6365. 1481(the)X
  6366. 1609(corresponding)X
  6367. 2098(source)X
  6368. 2338(\256le)X
  6369. 2470(is)X
  6370. 2553(altered,)X
  6371. 2822(and)X
  6372. 2968(to)X
  6373. 3060(check)X
  6374. 3278(the)X
  6375. 3406(set)X
  6376. 3524(of)X
  6377. 3620(\256les)X
  6378. 3782(for)X
  6379. 3905(consistency.)X
  6380. 1131 1228(The)N
  6381. 1278(example)X
  6382. 1572(assumes)X
  6383. 1861(that)X
  6384. 2003(a)X
  6385. 2061(macro)X
  6386. 2 f
  6387. 2284(OBJS)X
  6388. 1 f
  6389. 2489(has)X
  6390. 2618(been)X
  6391. 2792(de\256ned)X
  6392. 3049(which)X
  6393. 3266(lists)X
  6394. 3415(all)X
  6395. 3516(the)X
  6396. 3635(names)X
  6397. 3861(of)X
  6398. 3949(object)X
  6399. 4166(\256les)X
  6400. 1131 1324(to)N
  6401. 1213(be)X
  6402. 1309(linked)X
  6403. 1529(together)X
  6404. 1812(to)X
  6405. 1894(form)X
  6406. 2070(the)X
  6407. 2188(complete)X
  6408. 2502(executable)X
  6409. 2866(program.)X
  6410. 7 f
  6411. 1323 1516(#)N
  6412. 1419(tell)X
  6413. 1659(make)X
  6414. 1899(what)X
  6415. 2139(a)X
  6416. 2235(project)X
  6417. 2619(file)X
  6418. 2859(suffix)X
  6419. 3195(is)X
  6420. 1323 1612(.SUFFIXES:)N
  6421. 1851(.prj)X
  6422. 1323 1804(#)N
  6423. 1419(tell)X
  6424. 1659(make)X
  6425. 1899(how)X
  6426. 2091(to)X
  6427. 2235(create)X
  6428. 2571(a)X
  6429. 2667(.prj)X
  6430. 2907(file)X
  6431. 3147(from)X
  6432. 3387(a)X
  6433. 3483(.f)X
  6434. 3627(file)X
  6435. 1323 1900(.f.prj:)N
  6436. 1707 1996(forchek)N
  6437. 2091(-project)X
  6438. 2523(-noextern)X
  6439. 3003(-library)X
  6440. 3435($<)X
  6441. 1323 2188(#)N
  6442. 1419(set)X
  6443. 1611(up)X
  6444. 1755(macro)X
  6445. 2043(PRJS)X
  6446. 2283(containing)X
  6447. 2811(project)X
  6448. 3195(filenames)X
  6449. 1323 2284(PRJS=)N
  6450. 1611($\(OBJS:.o=.prj\))X
  6451. 1323 2476(#)N
  6452. 1419("make)X
  6453. 1707(check")X
  6454. 2043(will)X
  6455. 2283(check)X
  6456. 2571(everything)X
  6457. 3099(that)X
  6458. 3339(has)X
  6459. 3531(been)X
  6460. 3771(changed.)X
  6461. 1323 2572(check:)N
  6462. 1659($\(PRJS\))X
  6463. 1707 2668(forchek)N
  6464. 2091($\(PRJS\))X
  6465. 3 f
  6466. 9 f
  6467. 843 2898(-)N
  6468. 3 f
  6469. 887(sixchar)X
  6470. 1 f
  6471. 1131 2994(One)N
  6472. 1286(of)X
  6473. 1374(the)X
  6474. 1493(goals)X
  6475. 1683(of)X
  6476. 1771(the)X
  6477. 3 f
  6478. 1890(Forchek)X
  6479. 1 f
  6480. 2196(program)X
  6481. 2489(is)X
  6482. 2563(to)X
  6483. 2646(help)X
  6484. 2805(users)X
  6485. 2991(to)X
  6486. 3074(write)X
  6487. 3260(portable)X
  6488. 3544(Fortran)X
  6489. 3801(programs.)X
  6490. 4165(One)X
  6491. 1131 3090(potential)N
  6492. 1436(source)X
  6493. 1671(of)X
  6494. 1763(nonportability)X
  6495. 2241(is)X
  6496. 2319(the)X
  6497. 2442(use)X
  6498. 2574(of)X
  6499. 2665(variable)X
  6500. 2948(names)X
  6501. 3177(that)X
  6502. 3321(are)X
  6503. 3444(longer)X
  6504. 3673(than)X
  6505. 3835(six)X
  6506. 3952(characters.)X
  6507. 1131 3186(Some)N
  6508. 1338(compilers)X
  6509. 1679(just)X
  6510. 1819(ignore)X
  6511. 2049(the)X
  6512. 2172(extra)X
  6513. 2358(characters.)X
  6514. 2750(This)X
  6515. 2917(behavior)X
  6516. 3223(could)X
  6517. 3426(potentially)X
  6518. 3793(lead)X
  6519. 3952(to)X
  6520. 4039(two)X
  6521. 4183(dif-)X
  6522. 1131 3282(ferent)N
  6523. 1351(variables)X
  6524. 1673(being)X
  6525. 1883(considered)X
  6526. 2263(as)X
  6527. 2362(the)X
  6528. 2492(same.)X
  6529. 2729(For)X
  6530. 2872(instance,)X
  6531. 3186(variables)X
  6532. 3507(named)X
  6533. 2 f
  6534. 3752(AVERAGECOST)X
  6535. 1 f
  6536. 1131 3378(and)N
  6537. 2 f
  6538. 1273(AVERAGEPRICE)X
  6539. 1 f
  6540. 1877(are)X
  6541. 2001(the)X
  6542. 2124(same)X
  6543. 2314(in)X
  6544. 2401(the)X
  6545. 2524(\256rst)X
  6546. 2673(six)X
  6547. 2791(characters.)X
  6548. 3183(If)X
  6549. 3262(you)X
  6550. 3407(wish)X
  6551. 3583(to)X
  6552. 3670(catch)X
  6553. 3865(such)X
  6554. 4037(possible)X
  6555. 1131 3474(con\257icts,)N
  6556. 1442(use)X
  6557. 1569(this)X
  6558. 1704(\257ag.)X
  6559. 1884(Default)X
  6560. 2145(=)X
  6561. 2210(no.)X
  6562. 3 f
  6563. 9 f
  6564. 843 3608(-)N
  6565. 3 f
  6566. 887(symtab)X
  6567. 1 f
  6568. 1131 3704(A)N
  6569. 1210(symbol)X
  6570. 1466(table)X
  6571. 1643(will)X
  6572. 1788(be)X
  6573. 1885(printed)X
  6574. 2133(out)X
  6575. 2256(for)X
  6576. 2371(each)X
  6577. 2540(module,)X
  6578. 2821(listing)X
  6579. 3041(all)X
  6580. 3141(identi\256ers)X
  6581. 3481(mentioned)X
  6582. 3839(in)X
  6583. 3921(the)X
  6584. 4039(module.)X
  6585. 1131 3800(This)N
  6586. 1296(table)X
  6587. 1475(gives)X
  6588. 1667(the)X
  6589. 1788(name)X
  6590. 1985(of)X
  6591. 2075(each)X
  6592. 2246(variable,)X
  6593. 2548(its)X
  6594. 2646(datatype,)X
  6595. 2961(and)X
  6596. 3100(the)X
  6597. 3221(number)X
  6598. 3489(of)X
  6599. 3579(dimensions)X
  6600. 3966(for)X
  6601. 4082(arrays.)X
  6602. 1131 3896(An)N
  6603. 1251(asterisk)X
  6604. 1518(\()X
  6605. 9 f
  6606. 1545(*)X
  6607. 1 f
  6608. (\))S
  6609. 1634(indicates)X
  6610. 1941(that)X
  6611. 2083(the)X
  6612. 2203(variable)X
  6613. 2484(has)X
  6614. 2613(been)X
  6615. 2787(implicitly)X
  6616. 3119(typed,)X
  6617. 3338(rather)X
  6618. 3547(than)X
  6619. 3706(being)X
  6620. 3905(named)X
  6621. 4140(in)X
  6622. 4223(an)X
  6623. 1131 3992(explicit)N
  6624. 1399(type)X
  6625. 1565(declaration)X
  6626. 1950(statement.)X
  6627. 2325(The)X
  6628. 2478(table)X
  6629. 2662(also)X
  6630. 2819(lists)X
  6631. 2974(all)X
  6632. 3081(subprograms)X
  6633. 3522(invoked)X
  6634. 3807(by)X
  6635. 3914(the)X
  6636. 4039(module,)X
  6637. 1131 4088(all)N
  6638. 2 f
  6639. 1231(COMMON)X
  6640. 1 f
  6641. 1607(blocks)X
  6642. 1836(declared,)X
  6643. 2149(etc.)X
  6644. 2303(Default)X
  6645. 2564(=)X
  6646. 2629(no.)X
  6647. 3 f
  6648. 9 f
  6649. 843 4222(-)N
  6650. 3 f
  6651. 887(usage)X
  6652. 1 f
  6653. 1131(This)X
  6654. 1294(switch)X
  6655. 1524(is)X
  6656. 1598(on)X
  6657. 1699(by)X
  6658. 1800(default.)X
  6659. 2084(It)X
  6660. 2154(causes)X
  6661. 3 f
  6662. 2384(Forchek)X
  6663. 1 f
  6664. 2689(to)X
  6665. 2771(list)X
  6666. 2888(all)X
  6667. 2988(variables)X
  6668. 3298(which)X
  6669. 3514(may)X
  6670. 3672(be)X
  6671. 3768(used)X
  6672. 3935(before)X
  6673. 4161(they)X
  6674. 1131 4318(are)N
  6675. 1254(initialized,)X
  6676. 1618(or)X
  6677. 1709(which)X
  6678. 1929(are)X
  6679. 2052(given)X
  6680. 2254(a)X
  6681. 2314(value)X
  6682. 2512(but)X
  6683. 2637(never)X
  6684. 2839(subsequently)X
  6685. 3280(used,)X
  6686. 3470(or)X
  6687. 3560(which)X
  6688. 3779(are)X
  6689. 3901(declared)X
  6690. 4197(but)X
  6691. 1131 4414(never)N
  6692. 1332(used.)X
  6693. 1541(Sometimes)X
  6694. 3 f
  6695. 1918(Forchek)X
  6696. 1 f
  6697. 2225(makes)X
  6698. 2452(a)X
  6699. 2510(mistake)X
  6700. 2781(about)X
  6701. 2981(this.)X
  6702. 3158(Usually)X
  6703. 3429(it)X
  6704. 3495(errs)X
  6705. 3637(on)X
  6706. 3738(the)X
  6707. 3857(side)X
  6708. 4007(of)X
  6709. 4095(giving)X
  6710. 1131 4510(a)N
  6711. 1193(warning)X
  6712. 1482(where)X
  6713. 1705(no)X
  6714. 1811(problem)X
  6715. 2104(exists,)X
  6716. 2332(but)X
  6717. 2459(in)X
  6718. 2546(rare)X
  6719. 2697(cases)X
  6720. 2892(it)X
  6721. 2961(will)X
  6722. 3110(fail)X
  6723. 3242(to)X
  6724. 3329(warn)X
  6725. 3515(where)X
  6726. 3737(the)X
  6727. 3860(problem)X
  6728. 4152(does)X
  6729. 1131 4606(exist.)N
  6730. 1346(See)X
  6731. 1486(the)X
  6732. 1608(section)X
  6733. 1859(on)X
  6734. 1963(bugs)X
  6735. 2138(for)X
  6736. 2256(examples.)X
  6737. 2623(If)X
  6738. 2701(variables)X
  6739. 3015(are)X
  6740. 3138(equivalenced,)X
  6741. 3605(the)X
  6742. 3726(rule)X
  6743. 3874(used)X
  6744. 4044(by)X
  6745. 3 f
  6746. 4147(For-)X
  6747. 1131 4702(chek)N
  6748. 1 f
  6749. 1337(is)X
  6750. 1436(that)X
  6751. 1602(a)X
  6752. 1684 0.4531(reference)AX
  6753. 2031(to)X
  6754. 2139(any)X
  6755. 2301(variable)X
  6756. 2606(implies)X
  6757. 2887(the)X
  6758. 3031(same)X
  6759. 3242 0.4531(reference)AX
  6760. 3589(to)X
  6761. 3697(all)X
  6762. 3822(variables)X
  6763. 4157(it)X
  6764. 4246(is)X
  6765. 1131 4798(equivalenced)N
  6766. 1575(to.)X
  6767. 1697(Default)X
  6768. 1958(=)X
  6769. 2023(yes.)X
  6770. 3 f
  6771. 9 f
  6772. 843 4932(-)N
  6773. 3 f
  6774. 887(verbose)X
  6775. 1 f
  6776. 1131 5028(This)N
  6777. 1294(option)X
  6778. 1519(is)X
  6779. 1593(on)X
  6780. 1694(by)X
  6781. 1795(default.)X
  6782. 2079(Turning)X
  6783. 2358(it)X
  6784. 2423(off)X
  6785. 2538(reduces)X
  6786. 2805(the)X
  6787. 2924(amount)X
  6788. 3185(of)X
  6789. 3273(output)X
  6790. 3498(relating)X
  6791. 3764(to)X
  6792. 3846(normal)X
  6793. 4093(opera-)X
  6794. 1131 5124(tion,)N
  6795. 1305(so)X
  6796. 1406(that)X
  6797. 1556(error)X
  6798. 1743(messages)X
  6799. 2076(are)X
  6800. 2205(more)X
  6801. 2400(apparent.)X
  6802. 2747(This)X
  6803. 2919(option)X
  6804. 3153(is)X
  6805. 3236(provided)X
  6806. 3551(for)X
  6807. 3674(the)X
  6808. 3801(convenience)X
  6809. 4232(of)X
  6810. 1131 5220(users)N
  6811. 1321(who)X
  6812. 1484(are)X
  6813. 1608(checking)X
  6814. 1923(large)X
  6815. 2109(suites)X
  6816. 2316(of)X
  6817. 2407(\256les.)X
  6818. 2604(The)X
  6819. 2753(eliminated)X
  6820. 3115(output)X
  6821. 3343(includes)X
  6822. 3634(the)X
  6823. 3756(names)X
  6824. 3985(of)X
  6825. 4076(project)X
  6826. 1131 5316(\256les,)N
  6827. 1310(and)X
  6828. 1451(the)X
  6829. 1574(message)X
  6830. 1871(reporting)X
  6831. 2190(that)X
  6832. 2335(no)X
  6833. 2440(syntax)X
  6834. 2674(errors)X
  6835. 2887(were)X
  6836. 3069(found.)X
  6837. 3321(\(Some)X
  6838. 3555(of)X
  6839. 3647(this)X
  6840. 3787(output)X
  6841. 4016(is)X
  6842. 4094(turned)X
  6843. 1131 5412(back)N
  6844. 1303(on)X
  6845. 1403(by)X
  6846. 1503(the)X
  6847. 3 f
  6848. 9 f
  6849. 1621(-)X
  6850. 3 f
  6851. 1665(list)X
  6852. 1 f
  6853. 1787(and)X
  6854. 3 f
  6855. 9 f
  6856. 1923(-)X
  6857. 3 f
  6858. 1967(symtab)X
  6859. 1 f
  6860. 2236(options.\))X
  6861. 2538(Default)X
  6862. 2799(=)X
  6863. 2864(yes.)X
  6864. 3 f
  6865. 9 s
  6866. 555 5546(CHANGING)N
  6867. 977(THE)X
  6868. 1147(DEFAULTS)X
  6869. 10 s
  6870. 843 5642(Forchek)N
  6871. 1 f
  6872. 1149(includes)X
  6873. 1437(a)X
  6874. 1494(mechanism)X
  6875. 1880(for)X
  6876. 1995(changing)X
  6877. 2310(the)X
  6878. 2429(default)X
  6879. 2673(values)X
  6880. 2898(of)X
  6881. 2985(all)X
  6882. 3085(options)X
  6883. 3340(by)X
  6884. 3440(de\256ning)X
  6885. 3722(environment)X
  6886. 4147(vari-)X
  6887. 843 5738(ables.)N
  6888. 1074(When)X
  6889. 3 f
  6890. 1292(Forchek)X
  6891. 1 f
  6892. 1603(starts)X
  6893. 1798(up,)X
  6894. 1924(it)X
  6895. 1994(looks)X
  6896. 2193(in)X
  6897. 2281(its)X
  6898. 2382(environment)X
  6899. 2813(for)X
  6900. 2933(any)X
  6901. 3075(variables)X
  6902. 3390(whose)X
  6903. 3620(names)X
  6904. 3850(are)X
  6905. 3974(composed)X
  6906. 843 5834(by)N
  6907. 945(pre\256xing)X
  6908. 1256(the)X
  6909. 1376(string)X
  6910. 1580("FORCHEK_")X
  6911. 2081(onto)X
  6912. 2245(the)X
  6913. 2365(uppercased)X
  6914. 2749(version)X
  6915. 3007(of)X
  6916. 3096(the)X
  6917. 3216(option)X
  6918. 3442(name)X
  6919. 3638(\(the)X
  6920. 3784(quote)X
  6921. 3983(marks)X
  6922. 4200(are)X
  6923. 555 6218(7th)N
  6924. 677(Edition)X
  6925. 2171(21)X
  6926. 2271(August)X
  6927. 2522(1991)X
  6928. 4259(5)X
  6929.  
  6930. 6 p
  6931. %%Page: 4 4
  6932. 10 s 0 xH 0 xS 1 f
  6933. 555 384(FORCHEK)N
  6934. 941(\()X
  6935. 981(1L)X
  6936. 1083(\))X
  6937. 1954(UNIX)X
  6938. 2175(Programmer's)X
  6939. 2654(Manual)X
  6940. 3744(FORCHEK)X
  6941. 4130(\()X
  6942. 4170(1L)X
  6943. 4272(\))X
  6944. 1131 768(The)N
  6945. 1305(novice)X
  6946. 1568(levels)X
  6947. 1804(are)X
  6948. 1951(given)X
  6949. 2177(below.)X
  6950. 2461(The)X
  6951. 2634(warning)X
  6952. 2945(corresponding)X
  6953. 3452(to)X
  6954. 3562(each)X
  6955. 3758(number)X
  6956. 4051(will)X
  6957. 4223(be)X
  6958. 1131 864(suppressed)N
  6959. 1503(if)X
  6960. 1572(the)X
  6961. 1690(novice)X
  6962. 1924(level)X
  6963. 2100(is)X
  6964. 2173(set)X
  6965. 2282(to)X
  6966. 2364(greater)X
  6967. 2608(than)X
  6968. 2766(that)X
  6969. 2906(value.)X
  6970. 1131 998(1.)N
  6971. 1271(Warn)X
  6972. 1474(if)X
  6973. 1547(arrays)X
  6974. 1768(passed)X
  6975. 2006(as)X
  6976. 2097(arguments)X
  6977. 2455(to)X
  6978. 2540(a)X
  6979. 2599(subprogram)X
  6980. 3005(do)X
  6981. 3108(not)X
  6982. 3233(match)X
  6983. 3452(the)X
  6984. 3573(corresponding)X
  6985. 4055(dummy)X
  6986. 1271 1094(arguments)N
  6987. 1638(in)X
  6988. 1733(both)X
  6989. 1908(number)X
  6990. 2186(of)X
  6991. 2286(dimensions)X
  6992. 2683(and)X
  6993. 2832(size.)X
  6994. 3030(Exception:)X
  6995. 3429(if)X
  6996. 3510(the)X
  6997. 3640(declared)X
  6998. 3945(size)X
  6999. 4102(of)X
  7000. 4201(the)X
  7001. 1271 1190(dummy)N
  7002. 1540(array)X
  7003. 1731(is)X
  7004. 1809(1)X
  7005. 1874(or)X
  7006. 1966(if)X
  7007. 2040(it)X
  7008. 2109(is)X
  7009. 2187(dimensioned)X
  7010. 2621(with)X
  7011. 2788(a)X
  7012. 2849(dummy)X
  7013. 3118(variable,)X
  7014. 3422(only)X
  7015. 3589(the)X
  7016. 3712(number)X
  7017. 3981(of)X
  7018. 4072(dimen-)X
  7019. 1271 1286(sions)N
  7020. 1455(will)X
  7021. 1599(be)X
  7022. 1695(checked.)X
  7023. 1131 1420(2.)N
  7024. 1271(Warn)X
  7025. 1480(the)X
  7026. 1608(user)X
  7027. 1772(if)X
  7028. 1851(any)X
  7029. 1997(argument)X
  7030. 2330(of)X
  7031. 2427(a)X
  7032. 2493(subprogram)X
  7033. 2906(appears)X
  7034. 3182(to)X
  7035. 3274(be)X
  7036. 3380(a)X
  7037. 3446(function.)X
  7038. 3783(This)X
  7039. 3954(warning)X
  7040. 4246(is)X
  7041. 1271 1516(suppressed)N
  7042. 1645(if)X
  7043. 1716(the)X
  7044. 1835(dummy)X
  7045. 2100(argument)X
  7046. 2424(is)X
  7047. 2498(declared)X
  7048. 2792(in)X
  7049. 2875(an)X
  7050. 2 f
  7051. 2972(EXTERNAL)X
  7052. 1 f
  7053. 3379(statement.)X
  7054. 3747(Novice)X
  7055. 4000(program-)X
  7056. 1271 1612(mers)N
  7057. 1455(seldom)X
  7058. 1714(pass)X
  7059. 1880(functions)X
  7060. 2206(as)X
  7061. 2301(arguments)X
  7062. 2663(of)X
  7063. 2758(a)X
  7064. 2822(subprogram,)X
  7065. 3252(so)X
  7066. 3350(it)X
  7067. 3421(is)X
  7068. 3501(more)X
  7069. 3693(likely)X
  7070. 3902(that)X
  7071. 4049(such)X
  7072. 4223(an)X
  7073. 1271 1708(argument)N
  7074. 1594(was)X
  7075. 1739(intended)X
  7076. 2035(to)X
  7077. 2117(be)X
  7078. 2213(an)X
  7079. 2309(array,)X
  7080. 2515(but)X
  7081. 2637(was)X
  7082. 2782(not)X
  7083. 2904(dimensioned.)X
  7084. 1131 1842(3.)N
  7085. 1271(If)X
  7086. 1346(a)X
  7087. 1403(function)X
  7088. 1691(was)X
  7089. 1837(invoked)X
  7090. 2116(but)X
  7091. 2239(never)X
  7092. 2439(de\256ned,)X
  7093. 2716(advise)X
  7094. 2942(the)X
  7095. 3061(user)X
  7096. 3216(that)X
  7097. 3357(it)X
  7098. 3422(may)X
  7099. 3580(be)X
  7100. 3676(an)X
  7101. 3772(array)X
  7102. 3958(which)X
  7103. 4174(was)X
  7104. 1271 1938(not)N
  7105. 1397(dimensioned.)X
  7106. 1870(This)X
  7107. 2036(warning)X
  7108. 2323(is)X
  7109. 2400(suppressed)X
  7110. 2776(if)X
  7111. 2849(the)X
  7112. 2971(function)X
  7113. 3262(is)X
  7114. 3339(declared)X
  7115. 3636(in)X
  7116. 3722(an)X
  7117. 2 f
  7118. 3822(EXTERNAL)X
  7119. 1 f
  7120. 4232(or)X
  7121. 2 f
  7122. 1271 2034(INTRINSIC)N
  7123. 1 f
  7124. 1668(statement)X
  7125. 1999(in)X
  7126. 2085(any)X
  7127. 2225(module)X
  7128. 2489(of)X
  7129. 2580(the)X
  7130. 2702(program.)X
  7131. 3038(This)X
  7132. 3204(warning)X
  7133. 3491(is)X
  7134. 3568(completely)X
  7135. 3947(suppressed)X
  7136. 1271 2130(by)N
  7137. 1371(the)X
  7138. 3 f
  7139. 9 f
  7140. 1489(-)X
  7141. 3 f
  7142. 1533(noextern)X
  7143. 1 f
  7144. 1856(option.)X
  7145. 1131 2264(4.)N
  7146. 1271(Warn)X
  7147. 1471(if)X
  7148. 1541(a)X
  7149. 1598(function)X
  7150. 1886(has)X
  7151. 2014(side)X
  7152. 2164(effects:)X
  7153. 2442(i.e.)X
  7154. 2581(if)X
  7155. 2651(it)X
  7156. 2716(modi\256es)X
  7157. 3012(any)X
  7158. 3149(of)X
  7159. 3237(its)X
  7160. 3333(arguments,)X
  7161. 3708(or)X
  7162. 3796(modi\256es)X
  7163. 4091(a)X
  7164. 4147(vari-)X
  7165. 1271 2360(able)N
  7166. 1438(in)X
  7167. 2 f
  7168. 1533(COMMON)X
  7169. 1 f
  7170. 1896(.)X
  7171. 1969(Ideally,)X
  7172. 2245(a)X
  7173. 2314(function)X
  7174. 2614(has)X
  7175. 2754(no)X
  7176. 2867(side)X
  7177. 3029(effects,)X
  7178. 3297(and)X
  7179. 3446(acts)X
  7180. 3603(only)X
  7181. 3777(by)X
  7182. 3889(computing)X
  7183. 4263(a)X
  7184. 1271 2456(value)N
  7185. 1487(based)X
  7186. 1712(on)X
  7187. 1834(its)X
  7188. 1951(arguments,)X
  7189. 2347(whereas)X
  7190. 2652(a)X
  7191. 2729(subroutine)X
  7192. 3108(normally)X
  7193. 3438(acts)X
  7194. 3604(through)X
  7195. 3894(side)X
  7196. 4064(effects.)X
  7197. 1271 2552(Advanced)N
  7198. 1623(programmers)X
  7199. 2077(sometimes)X
  7200. 2444(wish)X
  7201. 2620(to)X
  7202. 2707(combine)X
  7203. 3008(the)X
  7204. 3131(features)X
  7205. 3411(of)X
  7206. 3503(a)X
  7207. 3564(subroutine)X
  7208. 3927(and)X
  7209. 4068(a)X
  7210. 4129(func-)X
  7211. 1271 2648(tion)N
  7212. 1415(in)X
  7213. 1497(a)X
  7214. 1553(single)X
  7215. 1764(module.)X
  7216. 3 f
  7217. 9 f
  7218. 843 2782(-)N
  7219. 3 f
  7220. 887(output=)X
  7221. 2 f
  7222. 1159(\256lename)X
  7223. 1 f
  7224. 1131 2878(This)N
  7225. 1295(setting)X
  7226. 1530(is)X
  7227. 1605(provided)X
  7228. 1912(for)X
  7229. 2028(convenience)X
  7230. 2452(on)X
  7231. 2554(systems)X
  7232. 2829(which)X
  7233. 3047(do)X
  7234. 3149(not)X
  7235. 3273(allow)X
  7236. 3473(easy)X
  7237. 3638(redirection)X
  7238. 4007(of)X
  7239. 4095(output)X
  7240. 1131 2974(from)N
  7241. 1311(programs.)X
  7242. 1678(When)X
  7243. 1894(this)X
  7244. 2033(setting)X
  7245. 2270(is)X
  7246. 2347(given,)X
  7247. 2569(the)X
  7248. 2691(output)X
  7249. 2919(which)X
  7250. 3139(normally)X
  7251. 3452(appears)X
  7252. 3722(on)X
  7253. 3825(the)X
  7254. 3946(screen)X
  7255. 4175(will)X
  7256. 1131 3070(be)N
  7257. 1236(sent)X
  7258. 1394(instead)X
  7259. 1650(to)X
  7260. 1740(the)X
  7261. 1866(named)X
  7262. 2108(\256le.)X
  7263. 2278(Note,)X
  7264. 2482(however,)X
  7265. 2807(that)X
  7266. 2955(operational)X
  7267. 3344(errors)X
  7268. 3560(of)X
  7269. 3 f
  7270. 3655(Forchek)X
  7271. 1 f
  7272. 3968(itself)X
  7273. 4156(\(e.g.)X
  7274. 1131 3166(out)N
  7275. 1257(of)X
  7276. 1348(space)X
  7277. 1551(or)X
  7278. 1642(cannot)X
  7279. 1880(open)X
  7280. 2060(\256le\))X
  7281. 2213(will)X
  7282. 2361(still)X
  7283. 2504(be)X
  7284. 2604(sent)X
  7285. 2756(to)X
  7286. 2841(the)X
  7287. 2962(screen.)X
  7288. 3231(The)X
  7289. 3379(extension)X
  7290. 3709(for)X
  7291. 3826(the)X
  7292. 3947(\256lename)X
  7293. 4246(is)X
  7294. 1131 3262(optional,)N
  7295. 1433(and)X
  7296. 1569(if)X
  7297. 1638(no)X
  7298. 1738(extension)X
  7299. 2065(is)X
  7300. 2138(given,)X
  7301. 2356(the)X
  7302. 2474(extension)X
  7303. 2 f
  7304. 2801(.)X
  7305. 2834(lis)X
  7306. 1 f
  7307. 2929(will)X
  7308. 3073(be)X
  7309. 3169(used.)X
  7310. 3 f
  7311. 9 f
  7312. 843 3396(-)N
  7313. 3 f
  7314. 887(portability)X
  7315. 1131 3492(Forchek)N
  7316. 1 f
  7317. 1444(will)X
  7318. 1596(give)X
  7319. 1762(warnings)X
  7320. 2084(for)X
  7321. 2206(a)X
  7322. 2270(variety)X
  7323. 2521(of)X
  7324. 2616(non-portable)X
  7325. 3054(usages.)X
  7326. 3335(These)X
  7327. 3554(include)X
  7328. 3817(the)X
  7329. 3942(use)X
  7330. 4076(of)X
  7331. 4170(tabs)X
  7332. 1131 3588(except)N
  7333. 1364(in)X
  7334. 1449(comments)X
  7335. 1800(or)X
  7336. 1889(inside)X
  7337. 2102(strings,)X
  7338. 2357(the)X
  7339. 2477(use)X
  7340. 2606(of)X
  7341. 2695(hollerith)X
  7342. 2988(constants,)X
  7343. 3328(and)X
  7344. 3466(the)X
  7345. 3586(equivalencing)X
  7346. 4058(of)X
  7347. 4147(vari-)X
  7348. 1131 3684(ables)N
  7349. 1320(of)X
  7350. 1411(different)X
  7351. 1712(data)X
  7352. 1870(types.)X
  7353. 2103(This)X
  7354. 2269(option)X
  7355. 2497(does)X
  7356. 2668(not)X
  7357. 2794(produce)X
  7358. 3077(warnings)X
  7359. 3395(for)X
  7360. 3513(violations)X
  7361. 3852(of)X
  7362. 3942(the)X
  7363. 4063(Fortran)X
  7364. 1131 3780(77)N
  7365. 1244(standard,)X
  7366. 1569(which)X
  7367. 1798(may)X
  7368. 1969(also)X
  7369. 2131(cause)X
  7370. 2343(portability)X
  7371. 2709(problems.)X
  7372. 3079(To)X
  7373. 3200(catch)X
  7374. 3402(those,)X
  7375. 3623(use)X
  7376. 3762(the)X
  7377. 3 f
  7378. 9 f
  7379. 3892(-)X
  7380. 3 f
  7381. 3936(f77)X
  7382. 1 f
  7383. 4075(option.)X
  7384. 1131 3876(Default)N
  7385. 1392(=)X
  7386. 1457(no.)X
  7387. 3 f
  7388. 9 f
  7389. 843 4010(-)N
  7390. 3 f
  7391. 887(project)X
  7392. 1131 4106(Forchek)N
  7393. 1 f
  7394. 1445(will)X
  7395. 1598(create)X
  7396. 1820(a)X
  7397. 1885(project)X
  7398. 2137(\256le)X
  7399. 2268(from)X
  7400. 2453(each)X
  7401. 2630(source)X
  7402. 2869(\256le)X
  7403. 3000(that)X
  7404. 3149(is)X
  7405. 3231(input)X
  7406. 3424(while)X
  7407. 3631(this)X
  7408. 3775(\257ag)X
  7409. 3924(is)X
  7410. 4005(in)X
  7411. 4095(effect.)X
  7412. 1131 4202(The)N
  7413. 1286(project)X
  7414. 1539(\256le)X
  7415. 1671(will)X
  7416. 1825(be)X
  7417. 1930(given)X
  7418. 2137(the)X
  7419. 2264(same)X
  7420. 2458(name)X
  7421. 2661(as)X
  7422. 2757(the)X
  7423. 2884(input)X
  7424. 3077(\256le,)X
  7425. 3228(but)X
  7426. 3359(with)X
  7427. 3530(the)X
  7428. 3657(extension)X
  7429. 2 f
  7430. 3993(.)X
  7431. 4026(f)X
  7432. 1 f
  7433. 4077(or)X
  7434. 2 f
  7435. 4173(.)X
  7436. 4206(for)X
  7437. 1 f
  7438. 1131 4298(replaced)N
  7439. 1425(by)X
  7440. 2 f
  7441. 1526(.)X
  7442. 1559(prj)X
  7443. 1 f
  7444. 1659(.)X
  7445. 1720(\(If)X
  7446. 1822(input)X
  7447. 2007(is)X
  7448. 2081(from)X
  7449. 2258(standard)X
  7450. 2551(input,)X
  7451. 2756(the)X
  7452. 2875(project)X
  7453. 3119(\256le)X
  7454. 3242(is)X
  7455. 3316(named)X
  7456. 2 f
  7457. 3551(forchek.)X
  7458. 3825(prj)X
  7459. 1 f
  7460. 3925(.\))X
  7461. 3993(Default)X
  7462. 4254(=)X
  7463. 1131 4394(no.)N
  7464. 1131 4528(A)N
  7465. 1214(project)X
  7466. 1462(\256le)X
  7467. 1589(contains)X
  7468. 1881(a)X
  7469. 1942(summary)X
  7470. 2265(of)X
  7471. 2357(information)X
  7472. 2760(from)X
  7473. 2941(the)X
  7474. 3064(source)X
  7475. 3299(\256le,)X
  7476. 3446(for)X
  7477. 3565(use)X
  7478. 3697(in)X
  7479. 3783(checking)X
  7480. 4097(agree-)X
  7481. 1131 4624(ment)N
  7482. 1319(among)X
  7483. 2 f
  7484. 1565(FUNCTION)X
  7485. 1 f
  7486. 1967(,)X
  7487. 2 f
  7488. 2015(SUBROUTINE)X
  7489. 1 f
  7490. 2507(,)X
  7491. 2555(and)X
  7492. 2 f
  7493. 2699(COMMON)X
  7494. 1 f
  7495. 3083(block)X
  7496. 3289(usages)X
  7497. 3531(in)X
  7498. 3621(other)X
  7499. 3814(\256les.)X
  7500. 4014(It)X
  7501. 4090(allows)X
  7502. 1131 4720(incremental)N
  7503. 1535(checking,)X
  7504. 1870(which)X
  7505. 2091(saves)X
  7506. 2290(time)X
  7507. 2457(whenever)X
  7508. 2795(you)X
  7509. 2940(have)X
  7510. 3117(a)X
  7511. 3178(large)X
  7512. 3364(set)X
  7513. 3478(of)X
  7514. 3570(\256les)X
  7515. 3727(containing)X
  7516. 4089(shared)X
  7517. 1131 4816(subroutines,)N
  7518. 1554(most)X
  7519. 1743(of)X
  7520. 1844(which)X
  7521. 2073(seldom)X
  7522. 2337(change.)X
  7523. 2638(You)X
  7524. 2809(can)X
  7525. 2954(run)X
  7526. 3 f
  7527. 3094(Forchek)X
  7528. 1 f
  7529. 3412(once)X
  7530. 3597(on)X
  7531. 3710(each)X
  7532. 3891(\256le)X
  7533. 4026(with)X
  7534. 4201(the)X
  7535. 3 f
  7536. 9 f
  7537. 1131 4912(-)N
  7538. 3 f
  7539. 1175(project)X
  7540. 1 f
  7541. 1447(\257ag)X
  7542. 1593(set,)X
  7543. 1728(creating)X
  7544. 2013(the)X
  7545. 2137(project)X
  7546. 2385(\256les.)X
  7547. 2583(Usually)X
  7548. 2857(you)X
  7549. 3002(would)X
  7550. 3227(also)X
  7551. 3381(set)X
  7552. 3495(the)X
  7553. 3 f
  7554. 9 f
  7555. 3618(-)X
  7556. 3 f
  7557. 3662(library)X
  7558. 1 f
  7559. 3927(and)X
  7560. 3 f
  7561. 9 f
  7562. 4068(-)X
  7563. 3 f
  7564. 4112(noex-)X
  7565. 1131 5008(tern)N
  7566. 1 f
  7567. 1302(\257ags)X
  7568. 1481(at)X
  7569. 1567(this)X
  7570. 1710(time,)X
  7571. 1900(to)X
  7572. 1990(suppress)X
  7573. 2294(messages)X
  7574. 2625(relating)X
  7575. 2898(to)X
  7576. 2988(consistency)X
  7577. 3390(with)X
  7578. 3560(other)X
  7579. 3753(\256les.)X
  7580. 3954(Only)X
  7581. 4142(error)X
  7582. 1131 5104(messages)N
  7583. 1465(pertaining)X
  7584. 1821(to)X
  7585. 1914(each)X
  7586. 2093(\256le)X
  7587. 2226(by)X
  7588. 2337(itself)X
  7589. 2528(will)X
  7590. 2683(be)X
  7591. 2789(printed)X
  7592. 3046(at)X
  7593. 3134(this)X
  7594. 3279(time.)X
  7595. 3491(Thereafter,)X
  7596. 3877(run)X
  7597. 3 f
  7598. 4014(Forchek)X
  7599. 1 f
  7600. 1131 5200(without)N
  7601. 1398(these)X
  7602. 1586(\257ags)X
  7603. 1760(on)X
  7604. 1863(all)X
  7605. 1966(the)X
  7606. 2087(project)X
  7607. 2333(\256les)X
  7608. 2489(together,)X
  7609. 2795(to)X
  7610. 2880(check)X
  7611. 3091(consistency)X
  7612. 3487(among)X
  7613. 3727(the)X
  7614. 3847(different)X
  7615. 4146(\256les.)X
  7616. 1131 5296(All)N
  7617. 1254(messages)X
  7618. 1578(internal)X
  7619. 1844(to)X
  7620. 1927(the)X
  7621. 2046(individual)X
  7622. 2391(\256les)X
  7623. 2545(will)X
  7624. 2690(now)X
  7625. 2849(be)X
  7626. 2946(omitted.)X
  7627. 3251(Only)X
  7628. 3432(when)X
  7629. 3627(a)X
  7630. 3684(\256le)X
  7631. 3807(is)X
  7632. 3880(altered)X
  7633. 4119(will)X
  7634. 4263(a)X
  7635. 1131 5392(new)N
  7636. 1285(project)X
  7637. 1528(\256le)X
  7638. 1650(need)X
  7639. 1822(to)X
  7640. 1904(be)X
  7641. 2000(made)X
  7642. 2194(for)X
  7643. 2308(it.)X
  7644. 1131 5526(The)N
  7645. 1283(information)X
  7646. 1688(saved)X
  7647. 1898(in)X
  7648. 1987(the)X
  7649. 2112(project)X
  7650. 2361(\256le)X
  7651. 2489(consists)X
  7652. 2768(of)X
  7653. 2861(all)X
  7654. 2967(subprogram)X
  7655. 3376(declarations,)X
  7656. 3810(all)X
  7657. 3916(subprogram)X
  7658. 1131 5622(invocations)N
  7659. 1532(not)X
  7660. 1666(resolved)X
  7661. 1970(by)X
  7662. 2082(declarations)X
  7663. 2502(in)X
  7664. 2596(the)X
  7665. 2726(same)X
  7666. 2923(\256le,)X
  7667. 3077(and)X
  7668. 3225(one)X
  7669. 3372(instance)X
  7670. 3666(of)X
  7671. 3764(each)X
  7672. 2 f
  7673. 3943(COMMON)X
  7674. 1 f
  7675. 1131 5718(block)N
  7676. 1340(declaration.)X
  7677. 1768(Thus)X
  7678. 1959(project)X
  7679. 2213(\256les)X
  7680. 2376(contain)X
  7681. 2642(only)X
  7682. 2814(information)X
  7683. 3222(for)X
  7684. 3346(checking)X
  7685. 3666(agreement)X
  7686. 4031(between)X
  7687. 1131 5814(\256les.)N
  7688. 1339(This)X
  7689. 1516(means)X
  7690. 1756(that)X
  7691. 1911(a)X
  7692. 1982(project)X
  7693. 2240(\256le)X
  7694. 2377(is)X
  7695. 2465(of)X
  7696. 2567(no)X
  7697. 2682(use)X
  7698. 2824(if)X
  7699. 2908(all)X
  7700. 3023(modules)X
  7701. 3329(of)X
  7702. 3431(the)X
  7703. 3564(complete)X
  7704. 3893(program)X
  7705. 4200(are)X
  7706. 555 6198(7th)N
  7707. 677(Edition)X
  7708. 2171(21)X
  7709. 2271(August)X
  7710. 2522(1991)X
  7711. 4259(4)X
  7712.  
  7713. 5 p
  7714. %%Page: 3 3
  7715. 10 s 0 xH 0 xS 1 f
  7716. 555 384(FORCHEK)N
  7717. 941(\()X
  7718. 981(1L)X
  7719. 1083(\))X
  7720. 1954(UNIX)X
  7721. 2175(Programmer's)X
  7722. 2654(Manual)X
  7723. 3744(FORCHEK)X
  7724. 4130(\()X
  7725. 4170(1L)X
  7726. 4272(\))X
  7727. 3 f
  7728. 9 f
  7729. 843 768(-)N
  7730. 3 f
  7731. 887(declare)X
  7732. 1 f
  7733. 1131 864(If)N
  7734. 1208(this)X
  7735. 1346(\257ag)X
  7736. 1489(is)X
  7737. 1565(set,)X
  7738. 1697(all)X
  7739. 1800(identi\256ers)X
  7740. 2143(whose)X
  7741. 2371(datatype)X
  7742. 2666(is)X
  7743. 2742(not)X
  7744. 2867(declared)X
  7745. 3162(in)X
  7746. 3246(each)X
  7747. 3416(module)X
  7748. 3678(will)X
  7749. 3824(be)X
  7750. 3922(listed.)X
  7751. 4157(This)X
  7752. 1131 960(\257ag)N
  7753. 1275(is)X
  7754. 1352(useful)X
  7755. 1572(for)X
  7756. 1690(helping)X
  7757. 1954(to)X
  7758. 2040(\256nd)X
  7759. 2188(misspelled)X
  7760. 2554(variable)X
  7761. 2837(names,)X
  7762. 3086(etc.)X
  7763. 3244(The)X
  7764. 3393(same)X
  7765. 3581(listing)X
  7766. 3803(will)X
  7767. 3950(be)X
  7768. 4049(given)X
  7769. 4250(if)X
  7770. 1131 1056(the)N
  7771. 1249(module)X
  7772. 1509(contains)X
  7773. 1796(an)X
  7774. 2 f
  7775. 1892(IMPLICIT)X
  7776. 2250(NONE)X
  7777. 1 f
  7778. 2483(statement.)X
  7779. 2850(Default)X
  7780. 3111(=)X
  7781. 3176(no.)X
  7782. 3 f
  7783. 9 f
  7784. 843 1190(-)N
  7785. 3 f
  7786. 887(division)X
  7787. 1 f
  7788. 1131 1286(This)N
  7789. 1302(switch)X
  7790. 1540(is)X
  7791. 1622(provided)X
  7792. 1936(to)X
  7793. 2027(help)X
  7794. 2194(users)X
  7795. 2388(spot)X
  7796. 2550(potential)X
  7797. 2858(division)X
  7798. 3143(by)X
  7799. 3251(zero)X
  7800. 3418(problems.)X
  7801. 3784(If)X
  7802. 3866(this)X
  7803. 4009(switch)X
  7804. 4246(is)X
  7805. 1131 1382(selected,)N
  7806. 1432(every)X
  7807. 1633(division)X
  7808. 1912(except)X
  7809. 2144(by)X
  7810. 2245(a)X
  7811. 2302(constant)X
  7812. 2590(will)X
  7813. 2735(be)X
  7814. 2832(\257agged.)X
  7815. 3129(\(It)X
  7816. 3226(is)X
  7817. 3300(assumed)X
  7818. 3597(that)X
  7819. 3738(the)X
  7820. 3857(user)X
  7821. 4012(is)X
  7822. 4086(intelli-)X
  7823. 1131 1478(gent)N
  7824. 1289(enough)X
  7825. 1545(not)X
  7826. 1667(to)X
  7827. 1749(divide)X
  7828. 1969(by)X
  7829. 2069(a)X
  7830. 2125(constant)X
  7831. 2412(which)X
  7832. 2628(is)X
  7833. 2701(equal)X
  7834. 2895(to)X
  7835. 2977(zero!\))X
  7836. 3190(Default)X
  7837. 3451(=)X
  7838. 3516(no.)X
  7839. 3 f
  7840. 9 f
  7841. 843 1612(-)N
  7842. 3 f
  7843. 887(extern)X
  7844. 1 f
  7845. 1131(Causes)X
  7846. 3 f
  7847. 1380(Forchek)X
  7848. 1 f
  7849. 1687(to)X
  7850. 1771(report)X
  7851. 1985(whether)X
  7852. 2266(any)X
  7853. 2404(subprograms)X
  7854. 2840(invoked)X
  7855. 3120(by)X
  7856. 3222(the)X
  7857. 3342(program)X
  7858. 3635(are)X
  7859. 3755(never)X
  7860. 3955(de\256ned,)X
  7861. 4232(or)X
  7862. 1131 1708(are)N
  7863. 1259(multiply)X
  7864. 1558(de\256ned.)X
  7865. 1863(Ordinarily,)X
  7866. 2246(if)X
  7867. 3 f
  7868. 2324(Forchek)X
  7869. 1 f
  7870. 2638(is)X
  7871. 2720(being)X
  7872. 2927(run)X
  7873. 3063(on)X
  7874. 3172(a)X
  7875. 3236(complete)X
  7876. 3558(program,)X
  7877. 3878(each)X
  7878. 4054(subpro-)X
  7879. 1131 1804(gram)N
  7880. 1325(other)X
  7881. 1518(than)X
  7882. 1684(the)X
  7883. 1810(intrinsic)X
  7884. 2100(functions)X
  7885. 2426(should)X
  7886. 2667(be)X
  7887. 2771(de\256ned)X
  7888. 3035(once)X
  7889. 3215(and)X
  7890. 3359(only)X
  7891. 3529(once)X
  7892. 3709(somewhere.)X
  7893. 4143(Turn)X
  7894. 1131 1900(off)N
  7895. 1247(this)X
  7896. 1384(switch)X
  7897. 1615(if)X
  7898. 1686(you)X
  7899. 1828(just)X
  7900. 1965(want)X
  7901. 2143(to)X
  7902. 2227(check)X
  7903. 2436(a)X
  7904. 2493(subset)X
  7905. 2714(of)X
  7906. 2802(\256les)X
  7907. 2956(which)X
  7908. 3173(form)X
  7909. 3350(part)X
  7910. 3496(of)X
  7911. 3584(a)X
  7912. 3641(larger)X
  7913. 3850(complete)X
  7914. 4165(pro-)X
  7915. 1131 1996(gram,)N
  7916. 1344(or)X
  7917. 1438(to)X
  7918. 1527(check)X
  7919. 1742(all)X
  7920. 1849(at)X
  7921. 1934(once)X
  7922. 2113(a)X
  7923. 2176(number)X
  7924. 2448(of)X
  7925. 2542(unrelated)X
  7926. 2868(\256les)X
  7927. 3028(which)X
  7928. 3251(might)X
  7929. 3464(each)X
  7930. 3639(contain)X
  7931. 3902(an)X
  7932. 4005(unnamed)X
  7933. 1131 2092(main)N
  7934. 1311(program.)X
  7935. 1643(Subprogram)X
  7936. 2059(arguments)X
  7937. 2413(will)X
  7938. 2557(still)X
  7939. 2696(be)X
  7940. 2792(checked)X
  7941. 3076(for)X
  7942. 3190(correctness.)X
  7943. 3612(Default)X
  7944. 3873(=)X
  7945. 3938(yes.)X
  7946. 3 f
  7947. 9 f
  7948. 843 2226(-)N
  7949. 3 f
  7950. 887(f77)X
  7951. 1 f
  7952. 1131(Use)X
  7953. 1279(this)X
  7954. 1417(\257ag)X
  7955. 1559(to)X
  7956. 1643(catch)X
  7957. 1835(language)X
  7958. 2147(extensions)X
  7959. 2507(which)X
  7960. 2725(violate)X
  7961. 2965(the)X
  7962. 3085(Fortran)X
  7963. 3343(77)X
  7964. 3445(standard.)X
  7965. 3779(Such)X
  7966. 3961(extensions)X
  7967. 1131 2322(may)N
  7968. 1293(cause)X
  7969. 1496(your)X
  7970. 1667(program)X
  7971. 1963(not)X
  7972. 2089(to)X
  7973. 2175(be)X
  7974. 2275(portable.)X
  7975. 2602(Examples)X
  7976. 2942(include)X
  7977. 3202(the)X
  7978. 3324(use)X
  7979. 3455(of)X
  7980. 3546(underscores)X
  7981. 3954(in)X
  7982. 4040(variable)X
  7983. 1131 2418(names;)N
  7984. 1385(variable)X
  7985. 1671(names)X
  7986. 1903(longer)X
  7987. 2135(than)X
  7988. 2300(six)X
  7989. 2420(characters;)X
  7990. 2796(statement)X
  7991. 3130(lines)X
  7992. 3307(longer)X
  7993. 3538(than)X
  7994. 3702(72)X
  7995. 3808(characters;)X
  7996. 4183(and)X
  7997. 1131 2514(nonstandard)N
  7998. 1546(statements)X
  7999. 1907(such)X
  8000. 2077(as)X
  8001. 2167(the)X
  8002. 2 f
  8003. 2288(DO)X
  8004. 2427(...)X
  8005. 2510(ENDDO)X
  8006. 1 f
  8007. 2809(structure.)X
  8008. 3 f
  8009. 3153(Forchek)X
  8010. 1 f
  8011. 3461(does)X
  8012. 3631(not)X
  8013. 3756(report)X
  8014. 3970(on)X
  8015. 4072(the)X
  8016. 4192(use)X
  8017. 1131 2610(of)N
  8018. 1218(lowercase)X
  8019. 1560(letters.)X
  8020. 1816(Default=no.)X
  8021. 3 f
  8022. 9 f
  8023. 843 2744(-)N
  8024. 3 f
  8025. 887(library)X
  8026. 1 f
  8027. 1131 2840(This)N
  8028. 1297(switch)X
  8029. 1530(is)X
  8030. 1607(used)X
  8031. 1777(when)X
  8032. 1974(a)X
  8033. 2033(number)X
  8034. 2301(of)X
  8035. 2391(subprograms)X
  8036. 2828(are)X
  8037. 2950(contained)X
  8038. 3285(in)X
  8039. 3370(a)X
  8040. 3429(\256le,)X
  8041. 3574(but)X
  8042. 3699(not)X
  8043. 3824(all)X
  8044. 3927(of)X
  8045. 4017(them)X
  8046. 4200(are)X
  8047. 1131 2936(used)N
  8048. 1302(by)X
  8049. 1406(the)X
  8050. 1528(application.)X
  8051. 1948(Normally,)X
  8052. 3 f
  8053. 2299(Forchek)X
  8054. 1 f
  8055. 2608(warns)X
  8056. 2823(you)X
  8057. 2966(if)X
  8058. 3038(any)X
  8059. 3177(subprograms)X
  8060. 3614(are)X
  8061. 3736(de\256ned)X
  8062. 3995(but)X
  8063. 4120(never)X
  8064. 1131 3032(used.)N
  8065. 1338(This)X
  8066. 1500(switch)X
  8067. 1729(will)X
  8068. 1873(suppress)X
  8069. 2169(these)X
  8070. 2354(warnings.)X
  8071. 2708(Default)X
  8072. 2969(=)X
  8073. 3034(no.)X
  8074. 3 f
  8075. 9 f
  8076. 843 3166(-)N
  8077. 3 f
  8078. 887(linebreak)X
  8079. 1 f
  8080. 1131 3262(Normally,)N
  8081. 1487(when)X
  8082. 1690(scanning)X
  8083. 2004(a)X
  8084. 2069(statement)X
  8085. 2405(which)X
  8086. 2630(is)X
  8087. 2712(continued)X
  8088. 3056(onto)X
  8089. 3226(the)X
  8090. 3352(next)X
  8091. 3518(line,)X
  8092. 3 f
  8093. 3686(Forchek)X
  8094. 1 f
  8095. 3999(treats)X
  8096. 4201(the)X
  8097. 1131 3358(end)N
  8098. 1270(of)X
  8099. 1360(the)X
  8100. 1481(line)X
  8101. 1624(as)X
  8102. 1714(a)X
  8103. 1773(space.)X
  8104. 2015(This)X
  8105. 2180(behavior)X
  8106. 2484(is)X
  8107. 2560(the)X
  8108. 2681(same)X
  8109. 2869(as)X
  8110. 2959(for)X
  8111. 3076(Pascal)X
  8112. 3304(and)X
  8113. 3443(C,)X
  8114. 3538(and)X
  8115. 3676(also)X
  8116. 3827(corresponds)X
  8117. 4237(to)X
  8118. 1131 3454(how)N
  8119. 1294(humans)X
  8120. 1568(normally)X
  8121. 1882(would)X
  8122. 2106(read)X
  8123. 2269(and)X
  8124. 2409(write)X
  8125. 2598(programs.)X
  8126. 2965(However,)X
  8127. 3304(occasionally)X
  8128. 3729(one)X
  8129. 3869(would)X
  8130. 4093(like)X
  8131. 4237(to)X
  8132. 1131 3550(use)N
  8133. 3 f
  8134. 1272(Forchek)X
  8135. 1 f
  8136. 1591(to)X
  8137. 1687(check)X
  8138. 1909(a)X
  8139. 1979(program)X
  8140. 2285(in)X
  8141. 2381(which)X
  8142. 2611(identi\256ers)X
  8143. 2965(and)X
  8144. 3115(keywords)X
  8145. 3461(are)X
  8146. 3594(split)X
  8147. 3765(across)X
  8148. 4000(lines,)X
  8149. 4205(for)X
  8150. 1131 3646(instance)N
  8151. 1421(programs)X
  8152. 1751(which)X
  8153. 1973(are)X
  8154. 2098(produced)X
  8155. 2423(using)X
  8156. 2622(a)X
  8157. 2684(preprocessor.)X
  8158. 3161(Choosing)X
  8159. 3493(the)X
  8160. 3617(option)X
  8161. 3 f
  8162. 9 f
  8163. 3847(-)X
  8164. 3 f
  8165. 3891(nolinebreak)X
  8166. 1 f
  8167. 1131 3742(will)N
  8168. 1276(cause)X
  8169. 3 f
  8170. 1476(Forchek)X
  8171. 1 f
  8172. 1782(to)X
  8173. 1865(skip)X
  8174. 2019(over)X
  8175. 2183(the)X
  8176. 2302(end)X
  8177. 2438(of)X
  8178. 2525(line)X
  8179. 2665(and)X
  8180. 2801(also)X
  8181. 2950(any)X
  8182. 3086(leading)X
  8183. 3342(space)X
  8184. 3541(on)X
  8185. 3641(the)X
  8186. 3759(continuation)X
  8187. 4179(line)X
  8188. 1131 3838(\(from)N
  8189. 1346(the)X
  8190. 1476(continuation)X
  8191. 1908(mark)X
  8192. 2105(up)X
  8193. 2217(to)X
  8194. 2311(the)X
  8195. 2441(\256rst)X
  8196. 2597(nonspace)X
  8197. 2928 0.3375(character\).)AX
  8198. 3323(Default)X
  8199. 3595(=)X
  8200. 3671(yes,)X
  8201. 3829(i.e.)X
  8202. 3978(treat)X
  8203. 4152(line-)X
  8204. 1131 3934(breaks)N
  8205. 1361(as)X
  8206. 1448(space.)X
  8207. 1131 4068(Note)N
  8208. 1319(that)X
  8209. 1471(in)X
  8210. 1565(nolinebreak)X
  8211. 1976(mode,)X
  8212. 2206(if)X
  8213. 2287(token)X
  8214. 2497(pairs)X
  8215. 2684(requiring)X
  8216. 3009(intervening)X
  8217. 3405(space)X
  8218. 3615(\(for)X
  8219. 3767(instance,)X
  8220. 2 f
  8221. 4081(GOTO)X
  8222. 1131 4164(100)N
  8223. 1 f
  8224. 1258(\))X
  8225. 1305(are)X
  8226. 1424(separated)X
  8227. 1748(only)X
  8228. 1910(by)X
  8229. 2010(a)X
  8230. 2066(linebreak,)X
  8231. 2405(they)X
  8232. 2563(will)X
  8233. 2707(be)X
  8234. 2803(rejoined.)X
  8235. 1131 4298(Also,)N
  8236. 1336(tokens)X
  8237. 1578(requiring)X
  8238. 1905(more)X
  8239. 2103(than)X
  8240. 2274(one)X
  8241. 2423(character)X
  8242. 2752(of)X
  8243. 2852(lookahead)X
  8244. 3215(for)X
  8245. 3342(the)X
  8246. 3473(resolution)X
  8247. 3826(of)X
  8248. 3926(ambiguities)X
  8249. 1131 4394(must)N
  8250. 1306(not)X
  8251. 1428(be)X
  8252. 1524(split)X
  8253. 1681(across)X
  8254. 1902(lines.)X
  8255. 2113(In)X
  8256. 2200(particular,)X
  8257. 2548(a)X
  8258. 2604(complex)X
  8259. 2900(constant)X
  8260. 3187(may)X
  8261. 3345(not)X
  8262. 3467(be)X
  8263. 3563(split)X
  8264. 3720(across)X
  8265. 3941(a)X
  8266. 3997(line.)X
  8267. 3 f
  8268. 9 f
  8269. 843 4528(-)N
  8270. 3 f
  8271. 887(list)X
  8272. 1 f
  8273. 1131(Speci\256es)X
  8274. 1445(that)X
  8275. 1590(a)X
  8276. 1651(listing)X
  8277. 1875(of)X
  8278. 1967(the)X
  8279. 2090(Fortran)X
  8280. 2350(program)X
  8281. 2646(is)X
  8282. 2723(to)X
  8283. 2809(be)X
  8284. 2909(printed)X
  8285. 3160(out)X
  8286. 3286(with)X
  8287. 3452(line)X
  8288. 3596(numbers.)X
  8289. 3936(If)X
  8290. 3 f
  8291. 4014(Forchek)X
  8292. 1 f
  8293. 1131 4624(detects)N
  8294. 1375(an)X
  8295. 1472(error,)X
  8296. 1670(the)X
  8297. 1789(error)X
  8298. 1967(message)X
  8299. 2260(follows)X
  8300. 2521(the)X
  8301. 2640(program)X
  8302. 2933(line)X
  8303. 3073(with)X
  8304. 3235(a)X
  8305. 3291(caret)X
  8306. 3468(\(\303\))X
  8307. 3569(specifying)X
  8308. 3923(the)X
  8309. 4041(location)X
  8310. 1131 4720(of)N
  8311. 1221(the)X
  8312. 1342(error.)X
  8313. 1562(If)X
  8314. 1639(no)X
  8315. 1742(source)X
  8316. 1974(listing)X
  8317. 2195(was)X
  8318. 2342(requested,)X
  8319. 3 f
  8320. 2692(Forchek)X
  8321. 1 f
  8322. 2999(will)X
  8323. 3145(still)X
  8324. 3286(print)X
  8325. 3459(out)X
  8326. 3583(any)X
  8327. 3721(line)X
  8328. 3863(containing)X
  8329. 4223(an)X
  8330. 1131 4816(error,)N
  8331. 1328(to)X
  8332. 1410(aid)X
  8333. 1528(the)X
  8334. 1646(user)X
  8335. 1800(in)X
  8336. 1882(determining)X
  8337. 2289(where)X
  8338. 2506(the)X
  8339. 2624(error)X
  8340. 2801(occurred.)X
  8341. 3143(Default)X
  8342. 3404(=)X
  8343. 3469(no.)X
  8344. 3 f
  8345. 9 f
  8346. 843 4950(-)N
  8347. 3 f
  8348. 887(novice=)X
  8349. 2 f
  8350. 1151(n)X
  8351. 1 f
  8352. 1131 5046(This)N
  8353. 1303(setting)X
  8354. 1546(controls)X
  8355. 1834(certain)X
  8356. 2083(messages)X
  8357. 2416(about)X
  8358. 2623(conditions)X
  8359. 2985(which)X
  8360. 3210(are)X
  8361. 3338(likely)X
  8362. 3549(to)X
  8363. 3640(be)X
  8364. 3745(errors)X
  8365. 3962(for)X
  8366. 4085(novice)X
  8367. 1131 5142(programmers,)N
  8368. 1602(but)X
  8369. 1727(which)X
  8370. 1946(are)X
  8371. 2068(often)X
  8372. 2256(intentional)X
  8373. 2621(by)X
  8374. 2724(more)X
  8375. 2911(sophisticated)X
  8376. 3351(programmers.)X
  8377. 3841(Some)X
  8378. 4045(of)X
  8379. 4134(these)X
  8380. 1131 5238(warnings)N
  8381. 1446(deal)X
  8382. 1601(with)X
  8383. 1764(cases)X
  8384. 1955(in)X
  8385. 2038(which)X
  8386. 3 f
  8387. 2255(Forchek)X
  8388. 1 f
  8389. 2560(suspects)X
  8390. 2847(that)X
  8391. 2987(what)X
  8392. 3163(appears)X
  8393. 3429(to)X
  8394. 3511(be)X
  8395. 3607(a)X
  8396. 3663(function)X
  8397. 3950(is)X
  8398. 4023(intended)X
  8399. 1131 5334(to)N
  8400. 1224(be)X
  8401. 1331(an)X
  8402. 1438(array,)X
  8403. 1655(which)X
  8404. 1882(the)X
  8405. 2011(user)X
  8406. 2176(forgot)X
  8407. 2403(to)X
  8408. 2496(declare)X
  8409. 2760(in)X
  8410. 2853(a)X
  8411. 2 f
  8412. 2919(DIMENSION)X
  8413. 1 f
  8414. 3381(statement.)X
  8415. 3758(Since)X
  8416. 3966(a)X
  8417. 4032(function)X
  8418. 1131 5430(invocation)N
  8419. 1493(and)X
  8420. 1633(an)X
  8421. 1733(array)X
  8422. 1923 0.4531(reference)AX
  8423. 2248(are)X
  8424. 2371(identical)X
  8425. 2671(in)X
  8426. 2757(syntax,)X
  8427. 3009(undeclared)X
  8428. 3385(arrays)X
  8429. 3605(are)X
  8430. 3727(interpreted)X
  8431. 4098(by)X
  8432. 4201(the)X
  8433. 1131 5526(Fortran)N
  8434. 1391(compiler)X
  8435. 1700(and)X
  8436. 1840(by)X
  8437. 3 f
  8438. 1944(Forchek)X
  8439. 1 f
  8440. 2253(as)X
  8441. 2344(functions.)X
  8442. 2706(Novice)X
  8443. 2961(users)X
  8444. 3149(are)X
  8445. 3271(often)X
  8446. 3459(confused)X
  8447. 3772(by)X
  8448. 3875(the)X
  8449. 3996(messages)X
  8450. 1131 5622(which)N
  8451. 1347(result.)X
  8452. 3 f
  8453. 1585(Forchek)X
  8454. 1 f
  8455. 1890(attempts)X
  8456. 2181(to)X
  8457. 2263(remedy)X
  8458. 2524(this)X
  8459. 2659(confusion.)X
  8460. 3035(Default)X
  8461. 3296(level)X
  8462. 3472(=)X
  8463. 3537(1.)X
  8464. 555 6144(7th)N
  8465. 677(Edition)X
  8466. 2171(21)X
  8467. 2271(August)X
  8468. 2522(1991)X
  8469. 4259(3)X
  8470.  
  8471. 4 p
  8472. %%Page: 2 2
  8473. 10 s 0 xH 0 xS 1 f
  8474. 555 384(FORCHEK)N
  8475. 941(\()X
  8476. 981(1L)X
  8477. 1083(\))X
  8478. 1954(UNIX)X
  8479. 2175(Programmer's)X
  8480. 2654(Manual)X
  8481. 3744(FORCHEK)X
  8482. 4130(\()X
  8483. 4170(1L)X
  8484. 4272(\))X
  8485. 3 f
  8486. 9 f
  8487. 843 768(-)N
  8488. 3 f
  8489. 887(project)X
  8490. 1 f
  8491. 1131 864(Create)N
  8492. 1361(project)X
  8493. 1604(\256le)X
  8494. 1726(\(see)X
  8495. 1876(explanation)X
  8496. 2270(below\).)X
  8497. 2553(Default)X
  8498. 2814(=)X
  8499. 2879(no.)X
  8500. 3 f
  8501. 9 f
  8502. 843 998(-)N
  8503. 3 f
  8504. 887(sixchar)X
  8505. 1 f
  8506. 1131 1094(List)N
  8507. 1275(any)X
  8508. 1411(variable)X
  8509. 1690(names)X
  8510. 1915(which)X
  8511. 2131(clash)X
  8512. 2316(at)X
  8513. 2394(6)X
  8514. 2454(characters)X
  8515. 2801(length.)X
  8516. 3061(Default)X
  8517. 3322(=)X
  8518. 3387(no.)X
  8519. 3 f
  8520. 9 f
  8521. 843 1228(-)N
  8522. 3 f
  8523. 887(symtab)X
  8524. 1 f
  8525. 1131 1324(Print)N
  8526. 1306(out)X
  8527. 1428(symbol)X
  8528. 1683(table.)X
  8529. 1899(Default)X
  8530. 2160(=)X
  8531. 2225(no.)X
  8532. 3 f
  8533. 9 f
  8534. 843 1458(-)N
  8535. 3 f
  8536. 887(usage)X
  8537. 1 f
  8538. 1131(Warn)X
  8539. 1330(if)X
  8540. 1399(variables)X
  8541. 1709(not)X
  8542. 1831(used,)X
  8543. 2018(etc.)X
  8544. 2172(Default)X
  8545. 2433(=)X
  8546. 2498(yes.)X
  8547. 3 f
  8548. 9 f
  8549. 843 1592(-)N
  8550. 3 f
  8551. 887(verbose)X
  8552. 1 f
  8553. 1131 1688(Produce)N
  8554. 1414(full)X
  8555. 1545(amount)X
  8556. 1805(of)X
  8557. 1892(output.)X
  8558. 2156(Default)X
  8559. 2417(=)X
  8560. 2482(yes.)X
  8561. 843 1822(There)N
  8562. 1051(are)X
  8563. 1170(four)X
  8564. 1324(settings:)X
  8565. 3 f
  8566. 9 f
  8567. 843 1956(-)N
  8568. 3 f
  8569. 887(columns=)X
  8570. 2 f
  8571. 1217(n)X
  8572. 1 f
  8573. 1131 2052(Set)N
  8574. 1253(maximum)X
  8575. 1597(line)X
  8576. 1737(length)X
  8577. 1957(to)X
  8578. 2 f
  8579. 2039(n)X
  8580. 1 f
  8581. 2099(columns.)X
  8582. 2430(\(Beyond)X
  8583. 2726(this)X
  8584. 2861(is)X
  8585. 2934(ignored.\))X
  8586. 3246(Max)X
  8587. 3413(is)X
  8588. 3486(132.)X
  8589. 3666(Default)X
  8590. 3927(=)X
  8591. 3992(72.)X
  8592. 3 f
  8593. 9 f
  8594. 843 2186(-)N
  8595. 3 f
  8596. 887(common=)X
  8597. 2 f
  8598. 1227(n)X
  8599. 1 f
  8600. 1131 2282(Level)N
  8601. 1344(of)X
  8602. 1441(strictness)X
  8603. 1769(in)X
  8604. 1861(checking)X
  8605. 2 f
  8606. 2181(COMMON)X
  8607. 1 f
  8608. 2567(blocks.)X
  8609. 2846(Min)X
  8610. 3009(is)X
  8611. 3092(0)X
  8612. 3162(\(no)X
  8613. 3299(checking\).)X
  8614. 3685(Max)X
  8615. 3861(is)X
  8616. 3943(3)X
  8617. 4012(\(must)X
  8618. 4223(be)X
  8619. 1131 2378(identical\).)N
  8620. 1494(Default)X
  8621. 1755(=)X
  8622. 1820(3.)X
  8623. 3 f
  8624. 9 f
  8625. 843 2512(-)N
  8626. 3 f
  8627. 887(novice=)X
  8628. 2 f
  8629. 1151(n)X
  8630. 1 f
  8631. 1131 2608(Set)N
  8632. 1262(novice)X
  8633. 1505(level,)X
  8634. 1710(which)X
  8635. 1934(controls)X
  8636. 2220(certain)X
  8637. 2467(types)X
  8638. 2664(of)X
  8639. 2759(warnings.)X
  8640. 3121(Min)X
  8641. 3282(is)X
  8642. 3363(1)X
  8643. 3431(\(tyro\).)X
  8644. 3682(Max)X
  8645. 3857(is)X
  8646. 3938(5)X
  8647. 4006(\(wizard\).)X
  8648. 1131 2704(Default)N
  8649. 1392(=)X
  8650. 1457(1.)X
  8651. 3 f
  8652. 9 f
  8653. 843 2838(-)N
  8654. 3 f
  8655. 887(output=)X
  8656. 2 f
  8657. 1159(\256lename)X
  8658. 1 f
  8659. 1131 2934(Send)N
  8660. 1314(output)X
  8661. 1541(to)X
  8662. 1626(the)X
  8663. 1747(given)X
  8664. 1948(\256le.)X
  8665. 2113(Default)X
  8666. 2377(is)X
  8667. 2453(to)X
  8668. 2537(send)X
  8669. 2706(output)X
  8670. 2932(to)X
  8671. 3016(the)X
  8672. 3136(screen.)X
  8673. 3404(\(Default)X
  8674. 3694(\256lename)X
  8675. 3992(extension)X
  8676. 1131 3030(is)N
  8677. 2 f
  8678. 1204(.)X
  8679. 1237(lis)X
  8680. 1 f
  8681. 1319(\).)X
  8682. 843 3164(When)N
  8683. 1061(more)X
  8684. 1252(than)X
  8685. 1415(one)X
  8686. 1556(option)X
  8687. 1785(is)X
  8688. 1863(used,)X
  8689. 2055(they)X
  8690. 2218(should)X
  8691. 2456(be)X
  8692. 2557(separated)X
  8693. 2886(by)X
  8694. 2991(a)X
  8695. 3052(blank)X
  8696. 3255(space.)X
  8697. 3499(No)X
  8698. 3622(blank)X
  8699. 3825(spaces)X
  8700. 4060(may)X
  8701. 4223(be)X
  8702. 843 3260(placed)N
  8703. 1073(around)X
  8704. 1316(the)X
  8705. 1434(equals)X
  8706. 1659(\(=\))X
  8707. 1778(in)X
  8708. 1860(a)X
  8709. 1916(setting.)X
  8710. 3 f
  8711. 2189(Forchek)X
  8712. 2494("?")X
  8713. 1 f
  8714. 2642(will)X
  8715. 2786(produce)X
  8716. 3065(a)X
  8717. 3121(list)X
  8718. 3238(of)X
  8719. 3325(all)X
  8720. 3425(options)X
  8721. 3680(and)X
  8722. 3816(settings.)X
  8723. 843 3394(When)N
  8724. 1058(giving)X
  8725. 1285(a)X
  8726. 1344(name)X
  8727. 1541(of)X
  8728. 1631(an)X
  8729. 1730(input)X
  8730. 1917(\256le,)X
  8731. 2062(the)X
  8732. 2183(extension)X
  8733. 2513(is)X
  8734. 2589(optional.)X
  8735. 2914(If)X
  8736. 2991(no)X
  8737. 3094(extension)X
  8738. 3424(is)X
  8739. 3500(given,)X
  8740. 3 f
  8741. 3721(Forchek)X
  8742. 1 f
  8743. 4029(will)X
  8744. 4175(\256rst)X
  8745. 843 3490(look)N
  8746. 1009(for)X
  8747. 1126(a)X
  8748. 1185(project)X
  8749. 1431(\256le)X
  8750. 1556(with)X
  8751. 1721(extension)X
  8752. 2 f
  8753. 2051(.)X
  8754. 2084(prj)X
  8755. 1 f
  8756. 2200(and)X
  8757. 2339(will)X
  8758. 2486(use)X
  8759. 2616(that)X
  8760. 2759(if)X
  8761. 2831(it)X
  8762. 2898(exists.)X
  8763. 3143(If)X
  8764. 3220(not,)X
  8765. 3365(then)X
  8766. 3 f
  8767. 3526(Forchek)X
  8768. 1 f
  8769. 3834(will)X
  8770. 3981(look)X
  8771. 4146(for)X
  8772. 4263(a)X
  8773. 843 3586(Fortran)N
  8774. 1101(source)X
  8775. 1333(\256le)X
  8776. 1457(with)X
  8777. 1621(the)X
  8778. 1741(extension)X
  8779. 2 f
  8780. 2070(.)X
  8781. 2103(for)X
  8782. 1 f
  8783. 2218(for)X
  8784. 2334(VMS)X
  8785. 2529(systems,)X
  8786. 2 f
  8787. 2824(.)X
  8788. 2857(f)X
  8789. 1 f
  8790. 2901(for)X
  8791. 3016(Unix)X
  8792. 3197(systems.)X
  8793. 3511(More)X
  8794. 3706(than)X
  8795. 3865(one)X
  8796. 4002(\256le)X
  8797. 4125(name)X
  8798. 843 3682(can)N
  8799. 975(be)X
  8800. 1071(given)X
  8801. 1269(to)X
  8802. 3 f
  8803. 1351(Forchek)X
  8804. 1 f
  8805. 1636(,)X
  8806. 1676(and)X
  8807. 1812(it)X
  8808. 1876(will)X
  8809. 2020(process)X
  8810. 2281(the)X
  8811. 2399(modules)X
  8812. 2690(in)X
  8813. 2772(all)X
  8814. 2872(\256les)X
  8815. 3025(as)X
  8816. 3112(if)X
  8817. 3181(they)X
  8818. 3339(were)X
  8819. 3516(in)X
  8820. 3598(a)X
  8821. 3654(single)X
  8822. 3865(\256le.)X
  8823. 843 3816(If)N
  8824. 917(no)X
  8825. 1017(\256lename)X
  8826. 1313(is)X
  8827. 1386(given,)X
  8828. 3 f
  8829. 1604(Forchek)X
  8830. 1 f
  8831. 1909(will)X
  8832. 2053(read)X
  8833. 2212(input)X
  8834. 2396(from)X
  8835. 2572(the)X
  8836. 2690(standard)X
  8837. 2982(input.)X
  8838. 3 f
  8839. 9 s
  8840. 555 3950(FORCHEK)N
  8841. 937(OPTIONS)X
  8842. 1 f
  8843. 10 s
  8844. 843 4046(This)N
  8845. 1032(section)X
  8846. 1306(provides)X
  8847. 1629(a)X
  8848. 1712(more)X
  8849. 1924(detailed)X
  8850. 2225(discussion)X
  8851. 2605(of)X
  8852. 3 f
  8853. 2719(Forchek)X
  8854. 1 f
  8855. 3051(command-line)X
  8856. 3561(options.)X
  8857. 3883(Options)X
  8858. 4183(and)X
  8859. 843 4142(\256lenames)N
  8860. 1184(may)X
  8861. 1356(be)X
  8862. 1466(interspersed)X
  8863. 1888(on)X
  8864. 2002(a)X
  8865. 2072(command)X
  8866. 2422(line.)X
  8867. 2616(Each)X
  8868. 2811(option)X
  8869. 3049(remains)X
  8870. 3337(in)X
  8871. 3433(effect)X
  8872. 3651(from)X
  8873. 3841(the)X
  8874. 3972(point)X
  8875. 4169(it)X
  8876. 4246(is)X
  8877. 843 4238(encountered)N
  8878. 1264(until)X
  8879. 1438(it)X
  8880. 1510(is)X
  8881. 1591(overridden)X
  8882. 1967(by)X
  8883. 2075(a)X
  8884. 2139(later)X
  8885. 2309(option.)X
  8886. 2580(Thus)X
  8887. 2767(for)X
  8888. 2888(example,)X
  8889. 3207(the)X
  8890. 3332(listing)X
  8891. 3558(may)X
  8892. 3723(be)X
  8893. 3826(suppressed)X
  8894. 4205(for)X
  8895. 843 4334(some)N
  8896. 1032(\256les)X
  8897. 1185(and)X
  8898. 1321(not)X
  8899. 1443(for)X
  8900. 1557(others.)X
  8901. 843 4468(The)N
  8902. 988(option)X
  8903. 1212(names)X
  8904. 1437(in)X
  8905. 1519(the)X
  8906. 1637(following)X
  8907. 1968(list)X
  8908. 2085(are)X
  8909. 2204(in)X
  8910. 2286(alphabetical)X
  8911. 2694(order.)X
  8912. 3 f
  8913. 9 f
  8914. 843 4602(-)N
  8915. 3 f
  8916. 887(columns=)X
  8917. 2 f
  8918. 1217(n)X
  8919. 1 f
  8920. 1131 4698(Set)N
  8921. 1255(maximum)X
  8922. 1601(line)X
  8923. 1743(length)X
  8924. 1965(to)X
  8925. 2 f
  8926. 2048(n)X
  8927. 1 f
  8928. 2109(columns.)X
  8929. 2441(\(Beyond)X
  8930. 2738(this)X
  8931. 2874(is)X
  8932. 2948(ignored.\))X
  8933. 3261(This)X
  8934. 3424(setting)X
  8935. 3658(is)X
  8936. 3732(provided)X
  8937. 4038(to)X
  8938. 4121(allow)X
  8939. 1131 4794(checking)N
  8940. 1442(of)X
  8941. 1530(programs)X
  8942. 1854(which)X
  8943. 2070(may)X
  8944. 2228(violate)X
  8945. 2466(the)X
  8946. 2584(Fortran)X
  8947. 2840(standard)X
  8948. 3132(limit)X
  8949. 3302(of)X
  8950. 3389(72)X
  8951. 3489(columns)X
  8952. 3780(for)X
  8953. 3894(the)X
  8954. 4012(length)X
  8955. 4232(of)X
  8956. 1131 4890(a)N
  8957. 1189(line.)X
  8958. 1370(According)X
  8959. 1730(to)X
  8960. 1813(the)X
  8961. 1932(standard,)X
  8962. 2245(all)X
  8963. 2346(characters)X
  8964. 2694(past)X
  8965. 2844(column)X
  8966. 3105(72)X
  8967. 3206(are)X
  8968. 3326(ignored.)X
  8969. 3632(This)X
  8970. 3795(setting)X
  8971. 4029(does)X
  8972. 4197(not)X
  8973. 1131 4986(affect)N
  8974. 1335(the)X
  8975. 1453(reporting)X
  8976. 1767(of)X
  8977. 1854(overlength)X
  8978. 2217(lines)X
  8979. 2388(under)X
  8980. 2591(the)X
  8981. 3 f
  8982. 9 f
  8983. 2709(-)X
  8984. 3 f
  8985. 2753(f77)X
  8986. 1 f
  8987. 2880(option.)X
  8988. 3144(Max)X
  8989. 3311(is)X
  8990. 3384(132.)X
  8991. 3564(Default)X
  8992. 3825(=)X
  8993. 3890(72.)X
  8994. 3 f
  8995. 9 f
  8996. 843 5120(-)N
  8997. 3 f
  8998. 887(common=)X
  8999. 2 f
  9000. 1227(n)X
  9001. 1 f
  9002. 1131 5216(This)N
  9003. 1306(setting)X
  9004. 1552(varies)X
  9005. 1777(the)X
  9006. 1908(strictness)X
  9007. 2239(of)X
  9008. 2339(checking)X
  9009. 2662(of)X
  9010. 2 f
  9011. 2761(COMMON)X
  9012. 1 f
  9013. 3149(blocks.)X
  9014. 3430(Level)X
  9015. 3645(3)X
  9016. 3717(is)X
  9017. 3802(the)X
  9018. 3932(strictest:)X
  9019. 4255(it)X
  9020. 1131 5312(requires)N
  9021. 1421(that)X
  9022. 1572(in)X
  9023. 1665(each)X
  9024. 1844(declaration)X
  9025. 2232(of)X
  9026. 2330(a)X
  9027. 2397(given)X
  9028. 2 f
  9029. 2606(COMMON)X
  9030. 1 f
  9031. 2993(block,)X
  9032. 3222(corresponding)X
  9033. 3712(variables)X
  9034. 4032(agree)X
  9035. 4237(in)X
  9036. 1131 5408(data)N
  9037. 1304(type)X
  9038. 1481(and)X
  9039. 1636(\(if)X
  9040. 1751(arrays\))X
  9041. 2014(size)X
  9042. 2178(and)X
  9043. 2333(number)X
  9044. 2617(of)X
  9045. 2723(dimensions.)X
  9046. 3166(Levels)X
  9047. 3419(1)X
  9048. 3498(and)X
  9049. 3653(2)X
  9050. 3732(require)X
  9051. 3999(only)X
  9052. 4179(that)X
  9053. 1131 5504(corresponding)N
  9054. 1611(memory)X
  9055. 1898(locations)X
  9056. 2207(agree)X
  9057. 2402(in)X
  9058. 2484(data)X
  9059. 2638(type.)X
  9060. 2836(The)X
  9061. 2981(difference)X
  9062. 3328(between)X
  9063. 3616(Levels)X
  9064. 3850(1)X
  9065. 3910(and)X
  9066. 4046(2)X
  9067. 4106(is)X
  9068. 4179(that)X
  9069. 1131 5600(Level)N
  9070. 1353(2)X
  9071. 1431(warns)X
  9072. 1661(if)X
  9073. 1748(the)X
  9074. 1884(blocks)X
  9075. 2131(are)X
  9076. 2268(not)X
  9077. 2408(equal)X
  9078. 2620(in)X
  9079. 2720(total)X
  9080. 2900(length,)X
  9081. 3158(while)X
  9082. 3374(Level)X
  9083. 3595(1)X
  9084. 3673(does)X
  9085. 3858(not.)X
  9086. 4038(Level)X
  9087. 4259(0)X
  9088. 1131 5696(suppresses)N
  9089. 1494(all)X
  9090. 1594(checking.)X
  9091. 1944(Default)X
  9092. 2205(=)X
  9093. 2270(3.)X
  9094. 555 6144(7th)N
  9095. 677(Edition)X
  9096. 2171(21)X
  9097. 2271(August)X
  9098. 2522(1991)X
  9099. 4259(2)X
  9100.  
  9101. 3 p
  9102. %%Page: 1 1
  9103. 10 s 0 xH 0 xS 1 f
  9104. 555 384(FORCHEK)N
  9105. 941(\()X
  9106. 981(1L)X
  9107. 1083(\))X
  9108. 1954(UNIX)X
  9109. 2175(Programmer's)X
  9110. 2654(Manual)X
  9111. 3744(FORCHEK)X
  9112. 4130(\()X
  9113. 4170(1L)X
  9114. 4272(\))X
  9115. 3 f
  9116. 9 s
  9117. 555 768(NAME)N
  9118. 1 f
  9119. 10 s
  9120. 843 864(forchek)N
  9121. 9 f
  9122. 1109(-)X
  9123. 1 f
  9124. 1173(Fortran)X
  9125. 1429(program)X
  9126. 1721(checker)X
  9127. 3 f
  9128. 9 s
  9129. 555 998(SYNOPSIS)N
  9130. 10 s
  9131. 843 1094(forchek)N
  9132. 1 f
  9133. 1126([)X
  9134. 3 f
  9135. 9 f
  9136. 1173(-)X
  9137. 3 f
  9138. 1217([no]declare)X
  9139. 1 f
  9140. 1625(])X
  9141. 1672([)X
  9142. 3 f
  9143. 9 f
  9144. 1719(-)X
  9145. 3 f
  9146. 1763([no]division)X
  9147. 1 f
  9148. 2186(])X
  9149. 2233([)X
  9150. 3 f
  9151. 9 f
  9152. 2280(-)X
  9153. 3 f
  9154. 2324([no]extern)X
  9155. 1 f
  9156. 2701(])X
  9157. 2748([)X
  9158. 3 f
  9159. 9 f
  9160. 2795(-)X
  9161. 3 f
  9162. 2839([no]f77)X
  9163. 1 f
  9164. 3104(])X
  9165. 1131 1190([)N
  9166. 3 f
  9167. 9 f
  9168. 1178(-)X
  9169. 3 f
  9170. 1222([no]library)X
  9171. 1 f
  9172. 1620(])X
  9173. 1667([)X
  9174. 3 f
  9175. 9 f
  9176. 1714(-)X
  9177. 3 f
  9178. 1758([no]linebreak)X
  9179. 1 f
  9180. 2240(])X
  9181. 2287([)X
  9182. 3 f
  9183. 9 f
  9184. 2334(-)X
  9185. 3 f
  9186. 2378([no]list)X
  9187. 1 f
  9188. 2638(])X
  9189. 2685([)X
  9190. 3 f
  9191. 9 f
  9192. 2732(-)X
  9193. 3 f
  9194. 2776([no]portability)X
  9195. 1 f
  9196. 3298(])X
  9197. 1131 1286([)N
  9198. 3 f
  9199. 9 f
  9200. 1178(-)X
  9201. 3 f
  9202. 1222([no]project)X
  9203. 1 f
  9204. 1626(])X
  9205. 1673([)X
  9206. 3 f
  9207. 9 f
  9208. 1720(-)X
  9209. 3 f
  9210. 1764([no]sixchar)X
  9211. 1 f
  9212. 2171(])X
  9213. 2218([)X
  9214. 3 f
  9215. 9 f
  9216. 2265(-)X
  9217. 3 f
  9218. 2309([no]symtab)X
  9219. 1 f
  9220. 2716(])X
  9221. 2763([)X
  9222. 3 f
  9223. 9 f
  9224. 2810(-)X
  9225. 3 f
  9226. 2854([no]usage)X
  9227. 1 f
  9228. 3203(])X
  9229. 3250([)X
  9230. 3 f
  9231. 9 f
  9232. 3297(-)X
  9233. 3 f
  9234. 3341([no]verbose)X
  9235. 1 f
  9236. 3762(])X
  9237. 1131 1382([)N
  9238. 3 f
  9239. 9 f
  9240. 1178(-)X
  9241. 3 f
  9242. 1222(columns=)X
  9243. 2 f
  9244. 1552(num)X
  9245. 1 f
  9246. 1710(])X
  9247. 1757([)X
  9248. 3 f
  9249. 9 f
  9250. 1804(-)X
  9251. 3 f
  9252. 1848(common=)X
  9253. 2 f
  9254. 2188(num)X
  9255. 1 f
  9256. 2346(])X
  9257. 2393([)X
  9258. 3 f
  9259. 9 f
  9260. 2440(-)X
  9261. 3 f
  9262. 2484(novice=)X
  9263. 2 f
  9264. 2748(num)X
  9265. 1 f
  9266. 2906(])X
  9267. 2953([)X
  9268. 3 f
  9269. 9 f
  9270. 3000(-)X
  9271. 3 f
  9272. 3044(output=)X
  9273. 2 f
  9274. 3316(str)X
  9275. 1 f
  9276. 3420(])X
  9277. 3 f
  9278. 9 s
  9279. 555 1516(INTRODUCTION)N
  9280. 10 s
  9281. 843 1612(Forchek)N
  9282. 1 f
  9283. 1155(\(short)X
  9284. 1369(for)X
  9285. 1490(Fortran)X
  9286. 1753(checker\))X
  9287. 2058(is)X
  9288. 2138(designed)X
  9289. 2450(to)X
  9290. 2539(detect)X
  9291. 2757(certain)X
  9292. 3002(errors)X
  9293. 3216(in)X
  9294. 3304(a)X
  9295. 3366(Fortran)X
  9296. 3628(program)X
  9297. 3926(that)X
  9298. 4072(a)X
  9299. 4134(com-)X
  9300. 843 1708(piler)N
  9301. 1011(usually)X
  9302. 1263(does)X
  9303. 1431(not.)X
  9304. 3 f
  9305. 1594(Forchek)X
  9306. 1 f
  9307. 1899(is)X
  9308. 1972(not)X
  9309. 2094(primarily)X
  9310. 2412(intended)X
  9311. 2708(to)X
  9312. 2790(detect)X
  9313. 3002(syntax)X
  9314. 3231(errors.)X
  9315. 3479(Its)X
  9316. 3579(purpose)X
  9317. 3853(is)X
  9318. 3926(to)X
  9319. 4008(assist)X
  9320. 4201(the)X
  9321. 843 1804(user)N
  9322. 1002(in)X
  9323. 1089(\256nding)X
  9324. 1340(semantic)X
  9325. 1650(errors.)X
  9326. 1903(Semantic)X
  9327. 2226(errors)X
  9328. 2439(are)X
  9329. 2563(legal)X
  9330. 2743(in)X
  9331. 2829(the)X
  9332. 2951(Fortran)X
  9333. 3211(language)X
  9334. 3525(but)X
  9335. 3651(are)X
  9336. 3774(wasteful)X
  9337. 4070(or)X
  9338. 4161(may)X
  9339. 843 1900(cause)N
  9340. 1044(incorrect)X
  9341. 1352(operation.)X
  9342. 1717(For)X
  9343. 1850(example,)X
  9344. 2164(variables)X
  9345. 2476(which)X
  9346. 2694(are)X
  9347. 2815(never)X
  9348. 3016(used)X
  9349. 3185(may)X
  9350. 3344(indicate)X
  9351. 3619(some)X
  9352. 3809(omission)X
  9353. 4118(in)X
  9354. 4201(the)X
  9355. 843 1996(program;)N
  9356. 1166(uninitialized)X
  9357. 1595(variables)X
  9358. 1914(contain)X
  9359. 2179(garbage)X
  9360. 2463(which)X
  9361. 2688(may)X
  9362. 2855(cause)X
  9363. 3062(incorrect)X
  9364. 3376(results)X
  9365. 3613(to)X
  9366. 3703(be)X
  9367. 3807(calculated;)X
  9368. 4183(and)X
  9369. 843 2092(variables)N
  9370. 1154(which)X
  9371. 1371(are)X
  9372. 1491(not)X
  9373. 1614(declared)X
  9374. 1908(may)X
  9375. 2067(not)X
  9376. 2190(have)X
  9377. 2363(the)X
  9378. 2482(intended)X
  9379. 2779(type.)X
  9380. 3 f
  9381. 2978(Forchek)X
  9382. 1 f
  9383. 3284(is)X
  9384. 3358(intended)X
  9385. 3655(to)X
  9386. 3738(assist)X
  9387. 3932(users)X
  9388. 4118(in)X
  9389. 4201(the)X
  9390. 843 2188(debugging)N
  9391. 1203(of)X
  9392. 1292(their)X
  9393. 1461(Fortran)X
  9394. 1718(program.)X
  9395. 2051(It)X
  9396. 2121(is)X
  9397. 2195(not)X
  9398. 2318(intended)X
  9399. 2615(to)X
  9400. 2698(catch)X
  9401. 2889(all)X
  9402. 2990(syntax)X
  9403. 3220(errors.)X
  9404. 3469(This)X
  9405. 3632(is)X
  9406. 3706(the)X
  9407. 3825(function)X
  9408. 4113(of)X
  9409. 4201(the)X
  9410. 843 2284(compiler.)N
  9411. 1188(Prior)X
  9412. 1368(to)X
  9413. 1450(using)X
  9414. 3 f
  9415. 1643(Forchek)X
  9416. 1 f
  9417. 1928(,)X
  9418. 1968(the)X
  9419. 2086(user)X
  9420. 2240(should)X
  9421. 2473(verify)X
  9422. 2685(that)X
  9423. 2825(the)X
  9424. 2943(program)X
  9425. 3235(compiles)X
  9426. 3544(correctly.)X
  9427. 843 2418(This)N
  9428. 1009(document)X
  9429. 1349(\256rst)X
  9430. 1497(summarizes)X
  9431. 1904(how)X
  9432. 2066(to)X
  9433. 2152(invoke)X
  9434. 3 f
  9435. 2394(Forchek)X
  9436. 1 f
  9437. 2679(.)X
  9438. 2743(That)X
  9439. 2914(section)X
  9440. 3165(should)X
  9441. 3402(be)X
  9442. 3502(read)X
  9443. 3665(before)X
  9444. 3894(beginning)X
  9445. 4237(to)X
  9446. 843 2514(use)N
  9447. 3 f
  9448. 979(Forchek)X
  9449. 1 f
  9450. 1264(.)X
  9451. 1333(Later)X
  9452. 1532(sections)X
  9453. 1819(describe)X
  9454. 3 f
  9455. 2116(Forchek)X
  9456. 1 f
  9457. 2401('s)X
  9458. 2488(options)X
  9459. 2751(in)X
  9460. 2841(more)X
  9461. 3034(detail,)X
  9462. 3260(give)X
  9463. 3426(an)X
  9464. 3530(example)X
  9465. 3830(of)X
  9466. 3925(its)X
  9467. 4028(use,)X
  9468. 4183(and)X
  9469. 843 2610(explain)N
  9470. 1099(how)X
  9471. 1257(to)X
  9472. 1339(interpret)X
  9473. 1631(the)X
  9474. 1749(output.)X
  9475. 2013(The)X
  9476. 2158(\256nal)X
  9477. 2320(sections)X
  9478. 2598(mention)X
  9479. 2880(the)X
  9480. 2998(limitations)X
  9481. 3359(and)X
  9482. 3495(known)X
  9483. 3733(bugs)X
  9484. 3904(in)X
  9485. 3 f
  9486. 3986(Forchek)X
  9487. 1 f
  9488. 4271(.)X
  9489. 3 f
  9490. 9 s
  9491. 555 2744(INVOKING)N
  9492. 953(FORCHEK)X
  9493. 10 s
  9494. 843 2840(Forchek)N
  9495. 1 f
  9496. 1148(is)X
  9497. 1221(invoked)X
  9498. 1499(through)X
  9499. 1768(a)X
  9500. 1824(command)X
  9501. 2160(of)X
  9502. 2247(the)X
  9503. 2365(form:)X
  9504. 7 f
  9505. 843 3032($)N
  9506. 939(forchek)X
  9507. 1323([-option)X
  9508. 1755(-option)X
  9509. 2139(...])X
  9510. 2379(filename)X
  9511. 2811([filename)X
  9512. 3291(...])X
  9513. 1 f
  9514. 843 3262(\(The)N
  9515. 1018(brackets)X
  9516. 1309(indicate)X
  9517. 1586(something)X
  9518. 1942(which)X
  9519. 2160(is)X
  9520. 2235(optional.)X
  9521. 2559(The)X
  9522. 2706(brackets)X
  9523. 2996(themselves)X
  9524. 3374(are)X
  9525. 3495(not)X
  9526. 3619(actually)X
  9527. 3895(typed.\))X
  9528. 4142(Here)X
  9529. 843 3358(options)N
  9530. 1101(are)X
  9531. 1223(command-line)X
  9532. 1709(switches)X
  9533. 2008(or)X
  9534. 2098(settings,)X
  9535. 2385(which)X
  9536. 2604(control)X
  9537. 2853(the)X
  9538. 2973(operation)X
  9539. 3298(of)X
  9540. 3387(the)X
  9541. 3507(program)X
  9542. 3801(and)X
  9543. 3939(the)X
  9544. 4059(amount)X
  9545. 843 3454(of)N
  9546. 938(information)X
  9547. 1344(that)X
  9548. 1492(will)X
  9549. 1644(be)X
  9550. 1748(printed)X
  9551. 2003(out.)X
  9552. 2173(If)X
  9553. 2255(no)X
  9554. 2363(option)X
  9555. 2595(is)X
  9556. 2676(speci\256ed,)X
  9557. 3009(the)X
  9558. 3135(default)X
  9559. 3386(action)X
  9560. 3610(is)X
  9561. 3691(to)X
  9562. 3781(print)X
  9563. 3959(error)X
  9564. 4143(mes-)X
  9565. 843 3550(sages,)N
  9566. 1057(warnings,)X
  9567. 1391(and)X
  9568. 1527(informational)X
  9569. 1983(messages,)X
  9570. 2326(but)X
  9571. 2448(not)X
  9572. 2570(the)X
  9573. 2688(program)X
  9574. 2980(listing)X
  9575. 3199(or)X
  9576. 3286(symbol)X
  9577. 3541(tables.)X
  9578. 843 3684(Each)N
  9579. 1034(option)X
  9580. 1268(begins)X
  9581. 1507(with)X
  9582. 1679(the)X
  9583. 1807(')X
  9584. 9 f
  9585. 1834(-)X
  9586. 1 f
  9587. 1878(')X
  9588. 1935(character.)X
  9589. 2301(\(On)X
  9590. 2455(VAX/VMS)X
  9591. 2853(systems)X
  9592. 3135(you)X
  9593. 3284(may)X
  9594. 3451(use)X
  9595. 3587(either)X
  9596. 3799('/')X
  9597. 3904(or)X
  9598. 4000(')X
  9599. 9 f
  9600. 4027(-)X
  9601. 1 f
  9602. 4071('.\))X
  9603. 4174(The)X
  9604. 843 3780(options)N
  9605. 1098(are)X
  9606. 1217(described)X
  9607. 1545(at)X
  9608. 1623(greater)X
  9609. 1867(length)X
  9610. 2087(in)X
  9611. 2169(the)X
  9612. 2287(next)X
  9613. 2445(section.)X
  9614. 3 f
  9615. 843 3914(Forchek)N
  9616. 1 f
  9617. 1150(options)X
  9618. 1407(fall)X
  9619. 1536(into)X
  9620. 1682(two)X
  9621. 1824(categories:)X
  9622. 2214(switches,)X
  9623. 2532(which)X
  9624. 2750(are)X
  9625. 2871(either)X
  9626. 3076(true)X
  9627. 3223(or)X
  9628. 3312(false,)X
  9629. 3506(and)X
  9630. 3644(settings,)X
  9631. 3930(which)X
  9632. 4147(have)X
  9633. 843 4010(a)N
  9634. 908(numeric)X
  9635. 1200(or)X
  9636. 1296(string)X
  9637. 1507(value.)X
  9638. 1749(The)X
  9639. 1902(name)X
  9640. 2104(of)X
  9641. 2199(a)X
  9642. 2263(switch)X
  9643. 2500(can)X
  9644. 2640(be)X
  9645. 2744(preceded)X
  9646. 3063(by)X
  9647. 3171('no')X
  9648. 3333(to)X
  9649. 3423(turn)X
  9650. 3580(it)X
  9651. 3652(off:)X
  9652. 3816(e.g.)X
  9653. 3 f
  9654. 9 f
  9655. 3980(-)X
  9656. 3 f
  9657. 4024(nousage)X
  9658. 1 f
  9659. 843 4106(would)N
  9660. 1064(turn)X
  9661. 1214(off)X
  9662. 1329(the)X
  9663. 1448(warnings)X
  9664. 1763(about)X
  9665. 1962(variable)X
  9666. 2242(usage.)X
  9667. 2486(Only)X
  9668. 2667(the)X
  9669. 2786(\256rst)X
  9670. 2931(3)X
  9671. 2992(characters)X
  9672. 3340(of)X
  9673. 3428(an)X
  9674. 3525(option)X
  9675. 3750(name)X
  9676. 3945(\(not)X
  9677. 4094(count-)X
  9678. 843 4202(ing)N
  9679. 965(the)X
  9680. 1083(')X
  9681. 9 f
  9682. 1110(-)X
  9683. 1 f
  9684. 1154('\))X
  9685. 1228(need)X
  9686. 1400(be)X
  9687. 1496(provided.)X
  9688. 1841(The)X
  9689. 1986(switches)X
  9690. 2282(which)X
  9691. 3 f
  9692. 2498(Forchek)X
  9693. 1 f
  9694. 2803(currently)X
  9695. 3113(recognizes)X
  9696. 3477(are:)X
  9697. 3 f
  9698. 9 f
  9699. 843 4336(-)N
  9700. 3 f
  9701. 887(declare)X
  9702. 1 f
  9703. 1131 4432(Print)N
  9704. 1306(a)X
  9705. 1362(list)X
  9706. 1479(of)X
  9707. 1566(all)X
  9708. 1666(identi\256ers)X
  9709. 2006(whose)X
  9710. 2231(datatype)X
  9711. 2523(is)X
  9712. 2596(not)X
  9713. 2718(explicitly)X
  9714. 3040(declared.)X
  9715. 3373(Default)X
  9716. 3634(=)X
  9717. 3699(no.)X
  9718. 3 f
  9719. 9 f
  9720. 843 4566(-)N
  9721. 3 f
  9722. 887(division)X
  9723. 1 f
  9724. 1131 4662(Warn)N
  9725. 1330(wherever)X
  9726. 1650(division)X
  9727. 1927(is)X
  9728. 2000(done)X
  9729. 2176(\(except)X
  9730. 2433(division)X
  9731. 2710(by)X
  9732. 2810(a)X
  9733. 2866(constant\).)X
  9734. 3220(Default)X
  9735. 3481(=)X
  9736. 3546(no.)X
  9737. 3 f
  9738. 9 f
  9739. 843 4796(-)N
  9740. 3 f
  9741. 887(extern)X
  9742. 1 f
  9743. 1131(Warn)X
  9744. 1330(if)X
  9745. 1399(external)X
  9746. 1678(subprograms)X
  9747. 2112(which)X
  9748. 2328(are)X
  9749. 2447(invoked)X
  9750. 2725(are)X
  9751. 2844(never)X
  9752. 3043(de\256ned.)X
  9753. 3339(Default)X
  9754. 3600(=)X
  9755. 3665(yes.)X
  9756. 3 f
  9757. 9 f
  9758. 843 4930(-)N
  9759. 3 f
  9760. 887(f77)X
  9761. 1 f
  9762. 1131(Warn)X
  9763. 1330(about)X
  9764. 1528(violations)X
  9765. 1863(of)X
  9766. 1950(the)X
  9767. 2068(Fortran)X
  9768. 2324(77)X
  9769. 2424(standard.)X
  9770. 2756(Default)X
  9771. 3017(=)X
  9772. 3082(no.)X
  9773. 3 f
  9774. 9 f
  9775. 843 5064(-)N
  9776. 3 f
  9777. 887(library)X
  9778. 1 f
  9779. 1131 5160(Begin)N
  9780. 1342(library)X
  9781. 1576(mode:)X
  9782. 1816(do)X
  9783. 1916(not)X
  9784. 2038(warn)X
  9785. 2219(if)X
  9786. 2288(subprograms)X
  9787. 2722(in)X
  9788. 2804(\256le)X
  9789. 2926(are)X
  9790. 3045(de\256ned)X
  9791. 3301(but)X
  9792. 3423(never)X
  9793. 3622(used.)X
  9794. 3829(Default)X
  9795. 4090(=)X
  9796. 4155(no.)X
  9797. 3 f
  9798. 9 f
  9799. 843 5294(-)N
  9800. 3 f
  9801. 887(linebreak)X
  9802. 1 f
  9803. 1131 5390(Treat)N
  9804. 1321(linebreaks)X
  9805. 1671(in)X
  9806. 1753(continued)X
  9807. 2089(statements)X
  9808. 2447(as)X
  9809. 2534(space.)X
  9810. 2773(Default)X
  9811. 3034(=)X
  9812. 3099(yes.)X
  9813. 3 f
  9814. 9 f
  9815. 843 5524(-)N
  9816. 3 f
  9817. 887(list)X
  9818. 1 f
  9819. 1131(Print)X
  9820. 1306(source)X
  9821. 1536(listing)X
  9822. 1755(of)X
  9823. 1842(program.)X
  9824. 2174(Default)X
  9825. 2435(=)X
  9826. 2500(no.)X
  9827. 3 f
  9828. 9 f
  9829. 843 5658(-)N
  9830. 3 f
  9831. 887(portability)X
  9832. 1 f
  9833. 1131 5754(Warn)N
  9834. 1330(about)X
  9835. 1528(non-portable)X
  9836. 1958(usages.)X
  9837. 2232(Default)X
  9838. 2493(=)X
  9839. 2558(no.)X
  9840. 555 6144(7th)N
  9841. 677(Edition)X
  9842. 2171(21)X
  9843. 2271(August)X
  9844. 2522(1991)X
  9845. 4259(1)X
  9846.  
  9847. 2 p
  9848. %%Trailer
  9849. xt
  9850.  
  9851. xs
  9852.